Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 18, 2023
1 parent 775fef5 commit d29e654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl Default for MetricsAgent {

Self::new(
Arc::new(InfluxDbMetricsWriter::new()),
Duration::from_secs(10),
Duration::from_secs(1),
max_points_per_sec,
)
}
Expand Down

0 comments on commit d29e654

Please sign in to comment.