Skip to content

Commit

Permalink
Update refactored/src/index/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: chloehebant <[email protected]>
  • Loading branch information
tbrezot and chloehebant authored Jul 27, 2023
1 parent c5b7d81 commit 3482fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refactored/src/index/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ impl<
pub const COMPACT_BATCH_SIZE: usize = 1_000_000;

/// Draw `n` tokens at random among the given `tokens`. The same token may
/// be drawn several times, thus the number of tokens returned may be
/// be drawn several times, thus the number of tokens returned may be
/// lower than `n`.
///
/// TODO: update the formula used to select the number of lines to compact.
Expand Down

0 comments on commit 3482fe7

Please sign in to comment.