Browse Source

update default capacity in config files

v2ray 9 năm trước cách đây
mục cha
commit
6ca4eaf3b6

+ 2 - 2
release/config/vpoint_socks_vmess.json

@@ -102,8 +102,8 @@
   },
   "transport": {
     "kcpSettings": {
-      "uplinkCapacity": 10,
-      "downlinkCapacity": 100
+      "uplinkCapacity": 1,
+      "downlinkCapacity": 10
     }
   }
 }

+ 2 - 2
release/config/vpoint_vmess_freedom.json

@@ -58,8 +58,8 @@
   },
   "transport": {
     "kcpSettings": {
-      "uplinkCapacity": 100,
-      "downlinkCapacity": 100
+      "uplinkCapacity": 10,
+      "downlinkCapacity": 10
     }
   }
 }