Skip to content

Commit

Permalink
Change page-list-group-size to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Jun 9, 2023
1 parent 322dab6 commit 2d07bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/common/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct ListsMetadataConstants {
// PAGE_LIST_GROUP_SIZE + 1 each and chained together. In each piece, there are
// PAGE_LIST_GROUP_SIZE elements of that list and the offset to the next pageListGroups in the
// blob that contains all pageListGroups of all lists.
static constexpr uint32_t PAGE_LIST_GROUP_SIZE = 3;
static constexpr uint32_t PAGE_LIST_GROUP_SIZE = 20;
static constexpr uint32_t PAGE_LIST_GROUP_WITH_NEXT_PTR_SIZE = PAGE_LIST_GROUP_SIZE + 1;
};

Expand Down

0 comments on commit 2d07bb8

Please sign in to comment.