feat: reduce conn buf size

This commit is contained in:
SunBK201 2023-12-23 16:39:53 +08:00
parent 61979e9305
commit 79c9643bb2

View File

@ -27,7 +27,7 @@ var whitelist = []string{
"Go-http-client/1.1",
}
const RDBUF = 1024 * 16
const RDBUF = 1024 * 8
// var dpool *ants.PoolWithFunc
// var gpool *ants.PoolWithFunc