fix: 优化配置

This commit is contained in:
tbphp
2025-06-07 11:45:19 +08:00
parent c94ed14357
commit e8ba441173
3 changed files with 20 additions and 40 deletions

View File

@@ -56,9 +56,6 @@ BUFFER_SIZE=65536
# 流式传输缓冲区大小字节默认64KB
STREAM_BUFFER_SIZE=65536
# 流式传输flush间隔毫秒默认100ms
STREAM_FLUSH_INTERVAL=100
# 流式请求响应头超时毫秒默认10秒
STREAM_HEADER_TIMEOUT=10000