Skip to content

Commit

Permalink
stop padding new append vecs to page size
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Oct 9, 2023
1 parent 0526775 commit 4d3a9c0
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 @@ -5736,7 +5736,7 @@ impl AccountsDb {
let store = Arc::new(self.new_storage_entry(
slot,
Path::new(&paths[path_index]),
Self::page_align(size),
size,
));

debug!(
Expand Down

0 comments on commit 4d3a9c0

Please sign in to comment.