Skip to content

Commit

Permalink
-> The byte alignment for hot accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
yhchiang-sol committed Dec 11, 2023
1 parent 6f11612 commit 531e793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/tiered_storage/hot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const MAX_HOT_PADDING: u8 = 7;
/// The maximum allowed value for the owner index of a hot account.
const MAX_HOT_OWNER_OFFSET: OwnerOffset = OwnerOffset((1 << 29) - 1);

/// The alignment for hot accounts. This alignment serves duo purposes.
/// The byte alignment for hot accounts. This alignment serves duo purposes.
/// First, it allows hot accounts to be directly accessed when the underlying
/// file is mmapped. In addition, as all hot accounts are aligned, it allows
/// each hot accounts file to handle more accounts with the same number of
Expand Down

0 comments on commit 531e793

Please sign in to comment.