mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Cleanup
This commit is contained in:
parent
9d117aa15b
commit
9dd7419ecf
3 changed files with 6 additions and 15 deletions
|
|
@ -4,11 +4,12 @@ import redis, redpool, flatty, supersnappy
|
|||
|
||||
import types, api
|
||||
|
||||
const redisNil = "\0\0"
|
||||
const
|
||||
redisNil = "\0\0"
|
||||
baseCacheTime = 60 * 60
|
||||
|
||||
var
|
||||
pool {.threadvar.}: RedisPool
|
||||
baseCacheTime = 60 * 60
|
||||
rssCacheTime: int
|
||||
listCacheTime*: int
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue