[addon] disable mongo unifiedTopology

This commit is contained in:
TheBeastLT
2020-03-31 11:53:59 +02:00
parent 1719a199b0
commit 6b36667b7f
3 changed files with 16 additions and 3 deletions

View File

@@ -22,7 +22,8 @@ function initiateCache() {
uri: MONGO_URI,
options: {
collection: 'torrentio_addon_collection',
useUnifiedTopology: true,
useNewUrlParser: true,
useUnifiedTopology: false,
ttl: STREAM_TTL
},
ttl: STREAM_TTL,