pub const UPDATE_CHECK_INTERVAL_DAYS: i64 = 7;Expand description
Default interval, in days, between automatic release checks.
A week. Frequent enough that a security fix is not missed for long, rare enough that
it is invisible in day-to-day use. Override with
devp config set update_check_interval_days.