mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-11-07 07:57:16 -05:00
update default capacity in config files
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user