瀏覽代碼

update default capacity in config files

v2ray 9 年之前
父節點
當前提交
6ca4eaf3b6
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      release/config/vpoint_socks_vmess.json
  2. 2 2
      release/config/vpoint_vmess_freedom.json

+ 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
     }
   }
 }