mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'master' of github.com:sharelatex/document-updater-sharelatex
This commit is contained in:
commit
02b7b7baf2
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Metrics = require "metrics-sharelatex"
|
|||
|
||||
class Client
|
||||
constructor: (@clients) ->
|
||||
@SECONDARY_TIMEOUT = 200
|
||||
@SECONDARY_TIMEOUT = 600
|
||||
@HEARTBEAT_TIMEOUT = 2000
|
||||
|
||||
multi: () ->
|
||||
|
@ -57,7 +57,7 @@ class Client
|
|||
|
||||
class MultiClient
|
||||
constructor: (@clients) ->
|
||||
@SECONDARY_TIMEOUT = 200
|
||||
@SECONDARY_TIMEOUT = 600
|
||||
|
||||
exec: (callback) ->
|
||||
primaryError = null
|
||||
|
|
Loading…
Reference in a new issue