1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-29 06:42:50 -05:00

Silence some warnings

This commit is contained in:
Zed
2020-06-22 03:50:16 +02:00
parent 155909aa9f
commit bde3c3662d
9 changed files with 11 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ import types, api
const redisNil = "\0\0"
var
pool: RedisPool
pool {.threadvar.}: RedisPool
baseCacheTime = 60 * 60
rssCacheTime: int
listCacheTime*: int