mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-21 15:11:56 +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: {
|
options: {
|
||||||
collection: 'torrentio_addon_collection',
|
collection: 'torrentio_addon_collection',
|
||||||
socketTimeoutMS: 30000,
|
socketTimeoutMS: 30000,
|
||||||
poolSize: 150,
|
poolSize: 300,
|
||||||
useNewUrlParser: true,
|
useNewUrlParser: true,
|
||||||
useUnifiedTopology: false,
|
useUnifiedTopology: false,
|
||||||
ttl: STREAM_EMPTY_TTL
|
ttl: STREAM_EMPTY_TTL
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue