mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 19:11:56 +02:00
Reduce buffer delay to 1 second
This commit is contained in:
@@ -2,7 +2,7 @@ define [
|
||||
"utils/EventEmitter"
|
||||
"libs/sharejs"
|
||||
], (EventEmitter, ShareJs) ->
|
||||
SINGLE_USER_FLUSH_DELAY = 5000 #ms
|
||||
SINGLE_USER_FLUSH_DELAY = 1000 #ms
|
||||
|
||||
class ShareJsDoc extends EventEmitter
|
||||
constructor: (@doc_id, docLines, version, @socket) ->
|
||||
|
||||
Reference in New Issue
Block a user