feat: 优化默认参数
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user