mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Reduce timeout
This commit is contained in:
parent
73b67026c7
commit
cb1020d5c1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ processingFuncs =
|
|||
error = new Error("timeout")
|
||||
logger.error err: error, options: options, "timeout"
|
||||
callback(error)
|
||||
, 5000
|
||||
, 2000
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue