pub const DEFAULT_SAMPLE_WINDOW_SECS: u64 = 3_600;Expand description
Default sampling window for a PowCapabilityProfile.
One hour is short enough that a stale profile decays before it can mis-route the runner, and long enough to span a typical scraping session. The window is exposed both as a constant (this value) and as a field on the profile so a custom-widow profile documents its own horizon.