diff --git a/policy.go b/policy.go index 177d9fdf..a3225235 100644 --- a/policy.go +++ b/policy.go @@ -67,7 +67,7 @@ type PolicyManager interface { ForSystem() SystemPolicy } -var defaultBufferSize int32 = 10 * 1024 * 1024 +var defaultBufferSize int32 = 2 * 1024 * 1024 func init() { const key = "v2ray.ray.buffer.size"