Skip to content

Commit

Permalink
the max
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Jan 7, 2025
1 parent 8f52f62 commit 17fd017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla-server/src/db_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl DbHandler {
cancel_token: CancellationToken,
) {
let mut batch_interval = tokio::time::interval(Duration::from_millis(self.upload_interval));
// the match batch size to reasonably expect
// the max batch size to reasonably expect
let mut max_batch_size = 2usize;
loop {
tokio::select! {
Expand Down

0 comments on commit 17fd017

Please sign in to comment.