initialize purge stats (#17345)
This commit is contained in:
committed by
GitHub
parent
e39cb49f13
commit
40bb6577fc
@ -888,6 +888,7 @@ impl PurgeStats {
|
|||||||
Ordering::Relaxed,
|
Ordering::Relaxed,
|
||||||
Ordering::Relaxed,
|
Ordering::Relaxed,
|
||||||
) == Ok(last)
|
) == Ok(last)
|
||||||
|
&& last != 0
|
||||||
})
|
})
|
||||||
.unwrap_or(true);
|
.unwrap_or(true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user