mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Merge pull request #11930 from overleaf/ds-regex-timeout-fix
Admin panel- Regex search timeout fix GitOrigin-RevId: 79f01d3623bbb6e810dc584cb9aa6614da7d52f0
This commit is contained in:
@@ -93,7 +93,7 @@ module.exports = {
|
||||
poolSize: parseInt(process.env.MONGO_POOL_SIZE, 10) || 10,
|
||||
serverSelectionTimeoutMS:
|
||||
parseInt(process.env.MONGO_SERVER_SELECTION_TIMEOUT, 10) || 60000,
|
||||
socketTimeoutMS: parseInt(process.env.MONGO_SOCKET_TIMEOUT, 10) || 30000,
|
||||
socketTimeoutMS: parseInt(process.env.MONGO_SOCKET_TIMEOUT, 10) || 60000,
|
||||
},
|
||||
url:
|
||||
process.env.MONGO_CONNECTION_STRING ||
|
||||
|
||||
Reference in New Issue
Block a user