mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-05-14 11:10:37 +00:00
update mongodb cache options
This commit is contained in:
parent
250b8a97a4
commit
0b375e6bd5
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ function initiateRemoteCache() {
|
||||||
collection: 'torrentio_addon_collection',
|
collection: 'torrentio_addon_collection',
|
||||||
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