Skip to content

Commit

Permalink
fix: increased batch interval to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Jul 1, 2024
1 parent 8f2bd61 commit 8fccddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/src/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ struct Batch {
}

impl Batch {
const INTERVAL_MILLIS: u64 = 50;
const INTERVAL_MILLIS: u64 = 200;

fn new() -> Self {
Self {
Expand Down

0 comments on commit 8fccddc

Please sign in to comment.