1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-29 06:42:50 -05: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