mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
More cleanup
This commit is contained in:
parent
a9034928eb
commit
74c4377198
7 changed files with 11 additions and 11 deletions
|
|
@ -11,8 +11,8 @@ const
|
|||
failDelay = initDuration(minutes=30)
|
||||
|
||||
var
|
||||
clientPool {.threadvar.}: HttpPool
|
||||
tokenPool {.threadvar.}: seq[Token]
|
||||
clientPool: HttpPool
|
||||
tokenPool: seq[Token]
|
||||
lastFailed: Time
|
||||
|
||||
proc getPoolInfo*: string =
|
||||
|
|
|
|||
Loading…
Reference in a new issue