mirror of https://github.com/v2ray/v2ray-core
update default capacity in config files
parent
829355e6bf
commit
6ca4eaf3b6
|
@ -102,8 +102,8 @@
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"kcpSettings": {
|
"kcpSettings": {
|
||||||
"uplinkCapacity": 10,
|
"uplinkCapacity": 1,
|
||||||
"downlinkCapacity": 100
|
"downlinkCapacity": 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,8 +58,8 @@
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"kcpSettings": {
|
"kcpSettings": {
|
||||||
"uplinkCapacity": 100,
|
"uplinkCapacity": 10,
|
||||||
"downlinkCapacity": 100
|
"downlinkCapacity": 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue