mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
reduce buffer size
This commit is contained in:
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
Block a user