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:
parent
829355e6bf
commit
6ca4eaf3b6
@ -102,8 +102,8 @@
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 10,
|
||||
"downlinkCapacity": 100
|
||||
"uplinkCapacity": 1,
|
||||
"downlinkCapacity": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -58,8 +58,8 @@
|
||||
},
|
||||
"transport": {
|
||||
"kcpSettings": {
|
||||
"uplinkCapacity": 100,
|
||||
"downlinkCapacity": 100
|
||||
"uplinkCapacity": 10,
|
||||
"downlinkCapacity": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user