mirror of https://github.com/v2ray/v2ray-core
reduce buffer size
parent
56ce062154
commit
1e3ebeef59
|
@ -49,8 +49,8 @@ func DefaultConfig() Config {
|
|||
UplinkCapacity: 5,
|
||||
DownlinkCapacity: 20,
|
||||
Congestion: false,
|
||||
WriteBuffer: 8 * 1024 * 1024,
|
||||
ReadBuffer: 8 * 1024 * 1024,
|
||||
WriteBuffer: 4 * 1024 * 1024,
|
||||
ReadBuffer: 4 * 1024 * 1024,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue