Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi committed Aug 17, 2023
1 parent 247cd86 commit 92177a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/btreemap/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ pub enum PageSize {
///
/// Derived page sizes are used when migrating nodes from v1 to v2.
/// A migration from v1 nodes to v2 is done incrementally. Children of a v2 node
/// may be a v1 node, and keeping the maximum sizes around is necessary to store
/// to be able to load v1 nodes.
/// may be a v1 node, and storing the maximum sizes around is necessary to be able
/// to load v1 nodes.
Derived {
max_key_size: u32,
max_value_size: u32,
Expand Down

0 comments on commit 92177a9

Please sign in to comment.