fix: 修复语法问题

This commit is contained in:
tbphp
2025-06-09 22:27:30 +08:00
parent 9562f0f6dd
commit 6b33f7054d
11 changed files with 124 additions and 39 deletions

View File

@@ -38,26 +38,11 @@ REQUEST_TIMEOUT=30000
# ===========================================
# 性能优化配置
# ===========================================
# 最大连接
MAX_SOCKETS=100
# 最大并发请求
MAX_CONCURRENT_REQUESTS=100
# 最大空闲连接数
MAX_FREE_SOCKETS=20
# 启用 Keep-Alive
ENABLE_KEEP_ALIVE=true
# 禁用压缩减少CPU开销
DISABLE_COMPRESSION=true
# 缓冲区大小字节建议流式响应使用64KB或更大
BUFFER_SIZE=65536
# 流式传输缓冲区大小字节默认64KB
STREAM_BUFFER_SIZE=65536
# 流式请求响应头超时毫秒默认10秒
STREAM_HEADER_TIMEOUT=10000
# 启用 Gzip 压缩
ENABLE_GZIP=false
# ===========================================
# 日志配置