Constant cache::BUCKET_EXPIRY_OFFSET
source · pub const BUCKET_EXPIRY_OFFSET: u64 = 30;
Expand description
If buckets perform clean up at x instant, then buckets themselves will get cleaned up at x + BUCKET_EXPIRY_OFFSET(if they haven’t already been cleaned up)