Increase secondary timeout to 600ms

This commit is contained in:
James Allen 2016-07-12 11:04:37 +01:00
parent 4c0dc5a0ef
commit d0c54f1be6

View file

@ -6,7 +6,7 @@ Metrics = require "metrics-sharelatex"
class Client
constructor: (@clients) ->
@SECONDARY_TIMEOUT = 200
@SECONDARY_TIMEOUT = 600
@HEARTBEAT_TIMEOUT = 2000
multi: () ->