Skip to content

Commit

Permalink
adjust pubkey bins for tests (anza-xyz#3647)
Browse files Browse the repository at this point in the history
Co-authored-by: HaoranYi <haoran.yi@anza.xyz>
  • Loading branch information
HaoranYi and HaoranYi authored Nov 14, 2024
1 parent fd38a30 commit d8cef41
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 @@ -514,7 +514,7 @@ pub const ACCOUNTS_DB_CONFIG_FOR_TESTING: AccountsDbConfig = AccountsDbConfig {
num_clean_threads: None,
num_foreground_threads: None,
num_hash_threads: None,
hash_calculation_pubkey_bins: None,
hash_calculation_pubkey_bins: Some(4),
};
pub const ACCOUNTS_DB_CONFIG_FOR_BENCHMARKS: AccountsDbConfig = AccountsDbConfig {
index: Some(ACCOUNTS_INDEX_CONFIG_FOR_BENCHMARKS),
Expand Down

0 comments on commit d8cef41

Please sign in to comment.