Feat/Flaresolverr support (#12)
* new: feat: add flaresolverr support * chg: feat: add session pool * chg: fix: deadlock error * chg: fix: make it work without flaresolverr
This commit is contained in:
2
cache/redis.go
vendored
2
cache/redis.go
vendored
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
DefaultExpiration = 24 * time.Hour * 180 // 180 days
|
||||
DefaultExpiration = 24 * time.Hour * 7 // 7 days
|
||||
IndexerComandoTorrents = "indexer:comando_torrents"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user