cMaxReuseTimes > hMaxRequestTimes

**严谨**
https://github.com/XTLS/Xray-core/pull/4163
This commit is contained in:
xqzr 2024-12-23 18:26:06 +08:00 committed by GitHub
parent 5f96ba40bc
commit 44d9e49acb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@
"mode": "stream-one",
"xmux": {
"maxConcurrency": 128, //Nginx 128https://nginx.org/en/docs/http/ngx_http_v3_module.html#http3_max_concurrent_streams
"cMaxReuseTimes": 1000, //Nginx 1000https://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_requests
"hMaxRequestTimes": 1000, //Nginx 1000https://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
}
}