Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHalpinParity committed Jan 10, 2024
1 parent 9662b92 commit 0077b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const INDEX_OVERLAY_RECLAIM_FACTOR: usize = 10;
const VALUE_OVERLAY_RECLAIM_FACTOR: usize = 10;
// Min number of value items to initiate reclaim. Each item is around 40 bytes.
const VALUE_OVERLAY_MIN_RECLAIM_ITEMS: usize = 10240;
// Once ref count overly uses less than 1/10 of its capacity, it will be reclaimed.
// Once ref count overlay uses less than 1/10 of its capacity, it will be reclaimed.
const REF_COUNT_OVERLAY_RECLAIM_FACTOR: usize = 10;

#[derive(Debug)]
Expand Down

0 comments on commit 0077b00

Please sign in to comment.