mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-21 02:42:03 +00:00
remove mongo reconnect flag
This commit is contained in:
parent
2f7260dd4f
commit
4733b66dbb
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ function initiateRemoteCache() {
|
||||||
socketTimeoutMS: 120000,
|
socketTimeoutMS: 120000,
|
||||||
useNewUrlParser: true,
|
useNewUrlParser: true,
|
||||||
useUnifiedTopology: false,
|
useUnifiedTopology: false,
|
||||||
autoReconnect: true,
|
|
||||||
poolSize : 20,
|
|
||||||
ttl: STREAM_EMPTY_TTL
|
ttl: STREAM_EMPTY_TTL
|
||||||
},
|
},
|
||||||
ttl: STREAM_EMPTY_TTL,
|
ttl: STREAM_EMPTY_TTL,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue