mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-18 09:46:58 +00:00
feat: reduce conn buf size
This commit is contained in:
parent
61979e9305
commit
79c9643bb2
@ -27,7 +27,7 @@ var whitelist = []string{
|
|||||||
"Go-http-client/1.1",
|
"Go-http-client/1.1",
|
||||||
}
|
}
|
||||||
|
|
||||||
const RDBUF = 1024 * 16
|
const RDBUF = 1024 * 8
|
||||||
|
|
||||||
// var dpool *ants.PoolWithFunc
|
// var dpool *ants.PoolWithFunc
|
||||||
// var gpool *ants.PoolWithFunc
|
// var gpool *ants.PoolWithFunc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user