remove today from catalog addon genres

This commit is contained in:
TheBeastLT
2022-06-18 16:33:08 +03:00
parent ae077dda8c
commit e2e4744dc0
3 changed files with 23 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
const cacheManager = require('cache-manager');
const mangodbStore = require('cache-manager-mongodb');
const CATALOG_TTL = process.env.STREAM_TTL || 12 * 60 * 60; // 12 hours
const CATALOG_TTL = process.env.STREAM_TTL || 24 * 60 * 60; // 24 hours
const MONGO_URI = process.env.MONGODB_URI;