mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
try with higher timeout
This commit is contained in:
@@ -100,6 +100,7 @@ mongoModule.getConnectionOptions = function () {
|
||||
reconnectTries: 3600,
|
||||
reconnectInterval: 1000,
|
||||
autoReconnect: true,
|
||||
connectTimeoutMS: 60000,
|
||||
useNewUrlParser: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user