From 6fed0a40677721eb99318bf99a28e96b60ec745a Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Fri, 10 Jul 2026 21:06:57 +0800 Subject: [PATCH] docs: fix 'mis-reports' typo breaking the Typos check on main (#4685) docs: fix 'mis-reports' typo failing the Typos check on every PR Merged via #4669 into docs/operations/hotpath-warp-ab-runbook.md:132; the Typos CI check now fails on all PRs based on current main. --- docs/operations/hotpath-warp-ab-runbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/hotpath-warp-ab-runbook.md b/docs/operations/hotpath-warp-ab-runbook.md index 0d5affed9..b92e9bc9b 100644 --- a/docs/operations/hotpath-warp-ab-runbook.md +++ b/docs/operations/hotpath-warp-ab-runbook.md @@ -129,7 +129,7 @@ the gate table) into the GitHub step summary. Readiness polling waits up to `--health-timeout` seconds (default **180**), which must outlast the server's own startup-readiness budget (`RUSTFS_STARTUP_READINESS_MAX_WAIT_SECS`, default 120s) — a shorter poll on a -slow shared runner mis-reports a slow cold start as a failure. In local mode the +slow shared runner misreports a slow cold start as a failure. In local mode the rig also fails fast if the server process exits before becoming healthy instead of polling out the full budget.