From af3666ff3b1ca4a69e20418ea0bb4f3776a92a47 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:49:42 -0700 Subject: [PATCH] fix: correct module doc watchdog constant name in patch.rs --- src/disc/patch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disc/patch.rs b/src/disc/patch.rs index f846a7e..33483f2 100644 --- a/src/disc/patch.rs +++ b/src/disc/patch.rs @@ -43,7 +43,7 @@ //! budget that the bridge wedge concern was originally about is //! untouched. //! -//! Per-range watchdog (`MAX_RANGE_SECS` / `RANGE_BUDGET_CAP_SECS`) +//! Per-range watchdog (`range_sectors × SECONDS_PER_SECTOR`, capped at `RANGE_BUDGET_CAP_SECS`) //! checks `bytes_good` for forward progress. With work in flight on //! the consumer, the producer would otherwise see stale values; the //! sink publishes a [`SharedPatchState`] snapshot after every record