mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 11:25:47 +00:00
increase request timeout now it is outside lock
This commit is contained in:
parent
6795820933
commit
0dd668416d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ logger = require "logger-sharelatex"
|
|||
Settings = require "settings-sharelatex"
|
||||
|
||||
# Don't let HTTP calls hang for a long time
|
||||
MAX_HTTP_REQUEST_LENGTH = 15000 # 15 seconds
|
||||
MAX_HTTP_REQUEST_LENGTH = 30000 # 30 seconds
|
||||
|
||||
# DEPRECATED! This method of getting user details via track-changes is deprecated
|
||||
# in the way we lay out our services.
|
||||
|
|
Loading…
Reference in a new issue