We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81b261 commit e48e123Copy full SHA for e48e123
accounts-db/src/accounts_db.rs
@@ -783,7 +783,8 @@ struct StorageSizeAndCount {
783
/// number of accounts in the storage including both alive and dead accounts
784
pub count: usize,
785
}
786
-type StorageSizeAndCountMap = DashMap<AccountsFileId, StorageSizeAndCount>;
+type StorageSizeAndCountMap =
787
+ DashMap<AccountsFileId, StorageSizeAndCount, BuildNoHashHasher<AccountsFileId>>;
788
789
impl GenerateIndexTimings {
790
pub fn report(&self, startup_stats: &StartupStats) {
0 commit comments