includes qbit collector fix (#169)

This commit is contained in:
iPromKnight
2024-03-26 10:17:04 +00:00
committed by GitHub
parent c3e58e4234
commit e1e718cd22
4 changed files with 11 additions and 11 deletions

View File

@@ -43,4 +43,4 @@ export const cacheConfig = {
GLOBAL_KEY_PREFIX: process.env.GLOBAL_KEY_PREFIX || 'jackettio-addon',
}
cacheConfig.REDIS_CONNECTION_STRING = 'redis://' + cacheConfig.REDIS_HOST + ':' + cacheConfig.REDIS_PORT + cacheConfig.REDIS_EXTRA;
cacheConfig.REDIS_CONNECTION_STRING = 'redis://' + cacheConfig.REDIS_HOST + ':' + cacheConfig.REDIS_PORT + '?' + cacheConfig.REDIS_EXTRA;