update default config

pull/215/head
v2ray 2016-06-20 16:24:59 +02:00
parent 1238304b1d
commit 6ec9032a54
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 12 additions and 0 deletions

View File

@ -99,5 +99,11 @@
}
]
}
},
"transport": {
"kcpSettings": {
"uplinkCapacity": 5,
"downlinkCapacity": 20
}
}
}

View File

@ -55,5 +55,11 @@
}
]
}
},
"transport": {
"kcpSettings": {
"uplinkCapacity": 100,
"downlinkCapacity": 100
}
}
}