diff --git a/run.ps1 b/run.ps1 index 1b5b339..a3ac65f 100644 --- a/run.ps1 +++ b/run.ps1 @@ -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