increase mongo connection pool

This commit is contained in:
TheBeastLT
2024-01-28 21:44:54 +02:00
parent 3bf13e68ba
commit 81218bbc8d

View File

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