mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
reduce buffer size
This commit is contained in:
parent
56ce062154
commit
1e3ebeef59
@ -49,8 +49,8 @@ func DefaultConfig() Config {
|
|||||||
UplinkCapacity: 5,
|
UplinkCapacity: 5,
|
||||||
DownlinkCapacity: 20,
|
DownlinkCapacity: 20,
|
||||||
Congestion: false,
|
Congestion: false,
|
||||||
WriteBuffer: 8 * 1024 * 1024,
|
WriteBuffer: 4 * 1024 * 1024,
|
||||||
ReadBuffer: 8 * 1024 * 1024,
|
ReadBuffer: 4 * 1024 * 1024,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user