Skip to content

Commit

Permalink
Merge branch 'main' into feature/chaindata-wrapped-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Aug 14, 2024
2 parents 47eedfe + e993e2c commit 603c439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/src/chain_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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,
Expand Down

0 comments on commit 603c439

Please sign in to comment.