Skip to content

Commit

Permalink
change buffer_duration to 30ms
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Apr 8, 2024
1 parent 97c8ba1 commit 630f879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl Default for ControllerConfig {
0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 7.5, 10.0, 25.0, 50.0, 75.0, 100.0, 250.0, 500.0,
],
count_per_batch: 1000,
buffer_duration: 300,
buffer_duration: 30000,
is_danger: false,
log_config: Default::default(),
tx_persistence: false,
Expand Down

0 comments on commit 630f879

Please sign in to comment.