mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-23 12:02:58 -05:00
lower default buffer size to 10M
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user