mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
feat: reduce conn buf size
This commit is contained in:
parent
b09feb8e87
commit
1ba406589c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user