#27 adjust smallvec

This commit is contained in:
GroovieGermanikus 2024-08-14 12:37:34 +02:00
parent 1197538878
commit e993e2cc4f
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ pub struct ChainData {
slots: HashMap<u64, SlotData>,
/// writes to accounts, only the latest rooted write an newer are retained
/// size distribution on startup: total:1105, size1:315, size2:146
accounts: HashMap<Pubkey, SmallVec<[AccountData; 4]>>,
accounts: HashMap<Pubkey, SmallVec<[AccountData; 2]>>,
newest_rooted_slot: u64,
newest_processed_slot: u64,
best_chain_slot: u64,