From d8cef4156953097f0a3bd1f189380f5f41e43f3d Mon Sep 17 00:00:00 2001 From: HaoranYi <219428+HaoranYi@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:52:26 -0600 Subject: [PATCH] adjust pubkey bins for tests (#3647) Co-authored-by: HaoranYi --- accounts-db/src/accounts_db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts-db/src/accounts_db.rs b/accounts-db/src/accounts_db.rs index 2616ab9d6d30b3..6c78eaaf992b14 100644 --- a/accounts-db/src/accounts_db.rs +++ b/accounts-db/src/accounts_db.rs @@ -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),