Skip to content

Commit

Permalink
Increased the bucket scale
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed May 13, 2024
1 parent c540694 commit 002c664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/quickwit-search/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl Default for SearchMetrics {
"Number of seconds required to run a leaf search over a single split. The timer \
starts after the semaphore is obtained.",
"search",
exponential_buckets(0.002, 2.0, 8).unwrap(),
exponential_buckets(0.005, 2.0, 10).unwrap(),
),
}
}
Expand Down

0 comments on commit 002c664

Please sign in to comment.