try with higher timeout

This commit is contained in:
Barış Soner Uşaklı
2018-10-16 21:43:40 -04:00
parent 1d15dc089b
commit 986511e718
3 changed files with 3 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ mongoModule.getConnectionOptions = function () {
reconnectTries: 3600,
reconnectInterval: 1000,
autoReconnect: true,
connectTimeoutMS: 60000,
useNewUrlParser: true,
};