소스 검색

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