initialize purge stats (#17345)

This commit is contained in:
Jeff Washington (jwash) 2021-05-25 09:24:38 -05:00 committed by GitHub
parent e39cb49f13
commit 40bb6577fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -888,6 +888,7 @@ impl PurgeStats {
Ordering::Relaxed,
Ordering::Relaxed,
) == Ok(last)
&& last != 0
})
.unwrap_or(true);