update mongodb cache options

This commit is contained in:
TheBeastLT
2023-01-02 08:50:16 +02:00
parent 250b8a97a4
commit 0b375e6bd5

View File

@@ -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,