use sum instead of max when sorting movies

This commit is contained in:
TheBeastLT
2023-05-09 11:40:55 +02:00
parent 0eee56aaaf
commit bfaef92db7
3 changed files with 6 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ function initiateRemoteCache() {
uri: MONGO_URI,
options: {
collection: 'torrentio_catalog_collection',
socketTimeoutMS: 120000,
useNewUrlParser: true,
useUnifiedTopology: false,
ttl: CATALOG_TTL