浏览代码

`cMaxReuseTimes` > `hMaxRequestTimes`

**严谨**
https://github.com/XTLS/Xray-core/pull/4163
xqzr 10 月之前
父节点
当前提交
44d9e49acb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      VLESS-XHTTP3-Nginx/client.jsonc

+ 1 - 1
VLESS-XHTTP3-Nginx/client.jsonc

@@ -33,7 +33,7 @@
           "mode": "stream-one",
           "xmux": {
             "maxConcurrency": 128, //Nginx 默认上限 128。https://nginx.org/en/docs/http/ngx_http_v3_module.html#http3_max_concurrent_streams
-            "cMaxReuseTimes": 1000, //Nginx 默认上限 1000。https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests
+            "hMaxRequestTimes": 1000, //Nginx 默认上限 1000。https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests
             "cMaxLifetimeMs": 3600000 //Nginx 默认上限 3600000ms(1h)。https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_time
           }
         }