fix: correct module doc watchdog constant name in patch.rs
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@
|
|||||||
//! budget that the bridge wedge concern was originally about is
|
//! budget that the bridge wedge concern was originally about is
|
||||||
//! untouched.
|
//! 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
|
//! checks `bytes_good` for forward progress. With work in flight on
|
||||||
//! the consumer, the producer would otherwise see stale values; the
|
//! the consumer, the producer would otherwise see stale values; the
|
||||||
//! sink publishes a [`SharedPatchState`] snapshot after every record
|
//! sink publishes a [`SharedPatchState`] snapshot after every record
|
||||||
|
|||||||
Reference in New Issue
Block a user