Merge branch 'master' of github.com:sharelatex/document-updater-sharelatex

This commit is contained in:
Shane Kilkelly 2016-07-18 10:36:12 +01:00
commit 02b7b7baf2

View file

@ -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