Skip to main content

RECENT_DAYS

Constant RECENT_DAYS 

pub const RECENT_DAYS: u32 = 30;
Expand description

Length of the “recent” window in days.

A ~monthly horizon is the shortest window that smooths week-to-week commit noise (weekend lulls, single-PR bursts) while still being recent enough to flag an acceleration early — before the all-time revision count catches up. It matches the common “last 30 days” activity horizon reviewers reason in.