Skip to content

Commit

Permalink
fix(telemeter/summary): change params to avoid instability
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Apr 9, 2024
1 parent caa15a2 commit 6d7a061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elfo-telemeter/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub struct Distribution {

impl Default for Distribution {
fn default() -> Self {
let summary = Summary::with_defaults();
let summary = Summary::new(0.001, 32768, 1e-9);
Self {
summary: Arc::new(summary),
sum: 0.0,
Expand Down

0 comments on commit 6d7a061

Please sign in to comment.