mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Use snappy for rss compression, refactor
This commit is contained in:
parent
68a5ac20b6
commit
181ef3bca7
5 changed files with 73 additions and 53 deletions
|
|
@ -16,7 +16,7 @@ updateDefaultPrefs(fullCfg)
|
|||
setCacheTimes(cfg)
|
||||
setHmacKey(cfg.hmacKey)
|
||||
|
||||
initRedisPool(cfg)
|
||||
waitFor initRedisPool(cfg)
|
||||
asyncCheck initTokenPool(cfg)
|
||||
|
||||
createUnsupportedRouter(cfg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue