Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: andylokandy <andylokandy@hotmail.com>
  • Loading branch information
andylokandy committed Jun 22, 2024
1 parent 2f7d3ae commit a5436df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-statically-disable/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn main() {
ConsoleReporter,
Config::default()
.max_spans_per_trace(Some(100))
.report_interval(Duration::from_secs(1))
.report_interval(Duration::from_millis(10))
.report_before_root_finish(true),
);

Expand Down

0 comments on commit a5436df

Please sign in to comment.