mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
lower default buffer size to 10M
This commit is contained in:
parent
087a91c46c
commit
479c22c17d
@ -40,7 +40,7 @@ func (v *directRay) InboundOutput() InputStream {
|
||||
return v.Output
|
||||
}
|
||||
|
||||
var streamSizeLimit uint64 = 20 * 1024 * 1024
|
||||
var streamSizeLimit uint64 = 10 * 1024 * 1024
|
||||
|
||||
func init() {
|
||||
const raySizeEnvKey = "v2ray.ray.buffer.size"
|
||||
|
Loading…
x
Reference in New Issue
Block a user