add mongo pool size

This commit is contained in:
TheBeastLT
2024-01-21 23:25:07 +02:00
parent 4ee220a1ad
commit 777241fdfa

View File

@@ -30,6 +30,7 @@ function initiateRemoteCache() {
options: { options: {
collection: 'torrentio_addon_collection', collection: 'torrentio_addon_collection',
socketTimeoutMS: 30000, socketTimeoutMS: 30000,
poolSize: 150,
useNewUrlParser: true, useNewUrlParser: true,
useUnifiedTopology: false, useUnifiedTopology: false,
ttl: STREAM_EMPTY_TTL ttl: STREAM_EMPTY_TTL