1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-05 16:55:27 -05:00

Update default capacity

This commit is contained in:
V2Ray Dev
2016-06-20 23:24:10 +02:00
parent 41225f8c12
commit 3729ad2330

View File

@@ -102,8 +102,8 @@
},
"transport": {
"kcpSettings": {
"uplinkCapacity": 5,
"downlinkCapacity": 20
"uplinkCapacity": 10,
"downlinkCapacity": 100
}
}
}