From 531e7931525528920c620eab8d6a1145854bd60d Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Mon, 11 Dec 2023 15:49:46 -0800 Subject: [PATCH] -> The byte alignment for hot accounts --- accounts-db/src/tiered_storage/hot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts-db/src/tiered_storage/hot.rs b/accounts-db/src/tiered_storage/hot.rs index 64aa2cf83f797a..3cec73c1dc3a5c 100644 --- a/accounts-db/src/tiered_storage/hot.rs +++ b/accounts-db/src/tiered_storage/hot.rs @@ -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