staleFetchWarnMs top-level constant
int
const staleFetchWarnMs
Stale FETCH_HEAD warning threshold (7 days).
Implementation
const int staleFetchWarnMs = 7 * 24 * 60 * 60 * 1000;
Stale FETCH_HEAD warning threshold (7 days).
const int staleFetchWarnMs = 7 * 24 * 60 * 60 * 1000;