mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Increase timeout
This commit is contained in:
@@ -11,7 +11,7 @@ makeFaultTolerantRequest = (userId, options, callback) ->
|
||||
|
||||
options = Object.assign(options, {
|
||||
delayStrategy: exponentialBackoffStrategy()
|
||||
timeout: 1000
|
||||
timeout: 30000
|
||||
})
|
||||
|
||||
if settings.overleaf?
|
||||
|
||||
Reference in New Issue
Block a user