Fixes typo (#34990)
This commit is contained in:
parent
52d3c021ef
commit
b9815da6cc
|
@ -7156,7 +7156,7 @@ impl AccountsDb {
|
|||
// update each atomic stat value once.
|
||||
// There are approximately 173 items in the cache files list,
|
||||
// so should be very fast to iterate and compute.
|
||||
// (173 cache files == 432,000 slots / 2,5000 slots-per-cache-file)
|
||||
// (173 cache files == 432,000 slots / 2,500 slots-per-cache-file)
|
||||
let mut hits = 0;
|
||||
let mut misses = 0;
|
||||
for cache_file in &cache_files {
|
||||
|
|
Loading…
Reference in New Issue