mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 05:32:48 +00:00
Increase secondary timeout to 600ms
This commit is contained in:
parent
4c0dc5a0ef
commit
d0c54f1be6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Metrics = require "metrics-sharelatex"
|
|||
|
||||
class Client
|
||||
constructor: (@clients) ->
|
||||
@SECONDARY_TIMEOUT = 200
|
||||
@SECONDARY_TIMEOUT = 600
|
||||
@HEARTBEAT_TIMEOUT = 2000
|
||||
|
||||
multi: () ->
|
||||
|
|
Loading…
Reference in a new issue