1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

update default capacity in config files

This commit is contained in:
v2ray 2016-07-01 17:51:50 +02:00
parent 829355e6bf
commit 6ca4eaf3b6
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -58,8 +58,8 @@
},
"transport": {
"kcpSettings": {
"uplinkCapacity": 100,
"downlinkCapacity": 100
"uplinkCapacity": 10,
"downlinkCapacity": 10
}
}
}