mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
More cleanup
This commit is contained in:
parent
a9034928eb
commit
74c4377198
7 changed files with 11 additions and 11 deletions
|
|
@ -5,8 +5,8 @@ type
|
|||
HttpPool* = ref object
|
||||
conns*: seq[AsyncHttpClient]
|
||||
|
||||
var maxConns {.threadvar.}: int
|
||||
var proxy {.threadvar.}: Proxy
|
||||
var maxConns: int
|
||||
var proxy: Proxy
|
||||
|
||||
proc setMaxHttpConns*(n: int) =
|
||||
maxConns = n
|
||||
|
|
|
|||
Loading…
Reference in a new issue