update default capacity in config files

pull/215/head
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
}
}
}