Browse Source

Update default capacity

V2Ray Dev 9 years ago
parent
commit
3729ad2330
1 changed files with 2 additions and 2 deletions
  1. 2 2
      release/config/vpoint_socks_vmess.json

+ 2 - 2
release/config/vpoint_socks_vmess.json

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