fix: 修复大规模数据性能与流式状态清理

This commit is contained in:
chuan
2026-08-15 18:09:54 +08:00
parent 072ed8f168
commit ddebe3c4a2
15 changed files with 439 additions and 97 deletions
+4 -4
View File
@@ -2,15 +2,15 @@
set -euo pipefail
command -v go >/dev/null 2>&1 || {
echo '缺少 Go,请先在 WSL 中安装 Go 1.24+ 并加入 PATH。' >&2
exit 1
echo '缺少 Go,请先在 WSL 中安装支持 toolchain 自动切换的 Go 1.24+ 并加入 PATH。' >&2
exit 1
}
command -v gcc >/dev/null 2>&1 || {
echo '缺少 gcc,请安装 build-essentialCGO 构建动态库需要)。' >&2
exit 1
}
echo "Go: $(go version)"
echo "Go bootstrap: $(go version)"
echo "Go effective: $(go env GOVERSION)"
echo "GCC: $(gcc --version | head -n 1)"
echo 'CLIProxyAPI target: ABI 1 / RPC schema 3'