1
0
mirror of https://github.com/zedeus/nitter synced 2024-11-22 09:57:16 +01:00

Minor cleanup

This commit is contained in:
Zed 2021-12-26 06:55:58 +01:00
parent 3da6c50cb8
commit 4dab817521

View File

@ -6,11 +6,6 @@ type
var maxConns {.threadvar.}: int
let keepAlive* = newHttpHeaders({
"connection": "Keep-Alive",
"accept-encoding": "gzip"
})
proc setMaxHttpConns*(n: int) =
maxConns = n