Skip to content

Commit

Permalink
when flushing write cache, ignore reclaims (solana-labs#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington authored Apr 4, 2024
1 parent 2b03910 commit dcc195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6287,7 +6287,7 @@ impl AccountsDb {
(slot, &accounts[..]),
Some(hashes),
&flushed_store,
StoreReclaims::Default,
StoreReclaims::Ignore,
));
flush_stats.store_accounts_timing = store_accounts_timing_inner;
flush_stats.store_accounts_total_us = Saturating(store_accounts_total_inner_us);
Expand Down

0 comments on commit dcc195e

Please sign in to comment.