bump dep versions to fix mongo conn size error
This commit is contained in:
@@ -23,8 +23,7 @@ function initiateRemoteCache() {
|
||||
uri: MONGO_URI,
|
||||
options: {
|
||||
collection: 'torrentio_scraper_collection',
|
||||
useUnifiedTopology: true,
|
||||
poolSize: 1
|
||||
useUnifiedTopology: true
|
||||
},
|
||||
ttl: GLOBAL_TTL,
|
||||
ignoreCacheErrors: true
|
||||
|
||||
Reference in New Issue
Block a user