Skip to content

Commit

Permalink
lower default buffer size to 10M
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed May 18, 2017
1 parent 087a91c commit 479c22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/ray/direct.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 479c22c

Please sign in to comment.