mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
increase mongo connection pool
This commit is contained in:
parent
3bf13e68ba
commit
81218bbc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue