Constant cargo::core::global_cache_tracker::UPDATE_RESOLUTION

source ยท
const UPDATE_RESOLUTION: u64 = _; // 300u64
Expand description

How often timestamps will be updated.

As an optimization timestamps are not updated unless they are older than the given number of seconds. This helps reduce the amount of disk I/O when running cargo multiple times within a short window.