mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Increase timeout
This commit is contained in:
parent
f2fc999ce4
commit
132b31c39f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ makeFaultTolerantRequest = (userId, options, callback) ->
|
|||
|
||||
options = Object.assign(options, {
|
||||
delayStrategy: exponentialBackoffStrategy()
|
||||
timeout: 1000
|
||||
timeout: 30000
|
||||
})
|
||||
|
||||
if settings.overleaf?
|
||||
|
|
Loading…
Reference in a new issue