mirror of
https://github.com/zedeus/nitter
synced 2024-11-22 09:57:16 +01:00
Minor cleanup
This commit is contained in:
parent
3da6c50cb8
commit
4dab817521
@ -6,11 +6,6 @@ type
|
||||
|
||||
var maxConns {.threadvar.}: int
|
||||
|
||||
let keepAlive* = newHttpHeaders({
|
||||
"connection": "Keep-Alive",
|
||||
"accept-encoding": "gzip"
|
||||
})
|
||||
|
||||
proc setMaxHttpConns*(n: int) =
|
||||
maxConns = n
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user