From 2cde86136c8650ce2f7c0ef47fcbc930883bd3ba Mon Sep 17 00:00:00 2001 From: chuan Date: Tue, 23 Jun 2026 14:11:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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