mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +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',
|
||||
useNewUrlParser: true,
|
||||
useUnifiedTopology: false,
|
||||
autoReconnect: true,
|
||||
poolSize : 20,
|
||||
ttl: STREAM_EMPTY_TTL
|
||||
},
|
||||
ttl: STREAM_EMPTY_TTL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue