Skip to content

Commit 40a9e4b

Browse files
committed
fix queue size
1 parent f7c402d commit 40a9e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/gossipsub/src/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ impl Metrics {
345345
metric
346346
};
347347

348-
let queue_size = Histogram::new(linear_buckets(0.0, 25.0, 100));
348+
let queue_size = Histogram::new(linear_buckets(0.0, 50.0, 100));
349349
registry.register(
350350
"priority_queue_size",
351351
"Histogram of observed priority queue sizes",

0 commit comments

Comments
 (0)