mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #2107 from overleaf/spd-max-recon-interval
Shrink MAX_RECONNECT_GRACEFULLY_INTERVAL to 45 seconds GitOrigin-RevId: f84983b772d0dde5fc76d9439a3424cefb66ec06
This commit is contained in:
parent
e69b66fac3
commit
b57adcf02a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ define([], function() {
|
|||
this.prototype.BACKGROUND_RETRY_INTERVAL = 5 * 1000
|
||||
|
||||
this.prototype.RECONNECT_GRACEFULLY_RETRY_INTERVAL = 5000 // ms
|
||||
this.prototype.MAX_RECONNECT_GRACEFULLY_INTERVAL = 60 * 5 * 1000
|
||||
this.prototype.MAX_RECONNECT_GRACEFULLY_INTERVAL = 45 * 1000
|
||||
}
|
||||
|
||||
constructor(ide, $scope) {
|
||||
|
|
Loading…
Reference in a new issue