Skip to content

Commit

Permalink
Undo BINS_FOR_TESTING change
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Jul 30, 2024
1 parent f894a99 commit 8e8d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/accounts_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use {

pub const ITER_BATCH_SIZE: usize = 1000;
pub const BINS_DEFAULT: usize = 8192;
pub const BINS_FOR_TESTING: usize = 16; // we want > 1, but each bin is a few disk files with a disk based index, so fewer is better
pub const BINS_FOR_TESTING: usize = 2; // we want > 1, but each bin is a few disk files with a disk based index, so fewer is better
pub const BINS_FOR_BENCHMARKS: usize = 8192;
pub const FLUSH_THREADS_TESTING: usize = 1;
pub const ACCOUNTS_INDEX_CONFIG_FOR_TESTING: AccountsIndexConfig = AccountsIndexConfig {
Expand Down

0 comments on commit 8e8d710

Please sign in to comment.