feat: 优化默认参数

This commit is contained in:
2026-06-23 14:11:51 +08:00
Unverified
parent aad84815cb
commit 2cde86136c
+1 -1
View File
@@ -9,7 +9,7 @@ $nodeFile = Join-Path $env:TEMP "58_fast_vless_node.txt"
Set-Content -LiteralPath $nodeFile -Value $Node -NoNewline -Encoding UTF8
try {
uv run auto --stage ping -r 50 -p 500 -c 200
uv run auto --stage ping -r 3000 -p 500 -c 200
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
uv run auto --stage latency --node-file $nodeFile -p 50 -c 30