mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
Merge pull request #3567 from overleaf/ae-mongo-timeouts
Increase MongoDB timeout values GitOrigin-RevId: 2f36bb637bc44cc05dd1938f359648e35f42aad7
This commit is contained in:
parent
11e58b5844
commit
d266179333
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ services:
|
|||
NODE_ENV: test
|
||||
NODE_OPTIONS: "--unhandled-rejections=strict"
|
||||
LOCK_MANAGER_MAX_LOCK_WAIT_TIME: 30000
|
||||
MONGO_SOCKET_TIMEOUT: 60000
|
||||
MONGO_SERVER_SELECTION_TIMEOUT: 600000
|
||||
MONGO_SOCKET_TIMEOUT: 300000
|
||||
# SHARELATEX_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING: 'true'
|
||||
SHARELATEX_CONFIG:
|
||||
COOKIE_DOMAIN: .overleaf.test
|
||||
|
|
Loading…
Reference in a new issue