Skip to content

Commit 9e06304

Browse files
committed
Increase upper bound for inbox size metric
1 parent 212506f commit 9e06304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-chain/src/inbox.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static INBOX_SIZE: LazyLock<HistogramVec> = LazyLock::new(|| {
3939
"inbox_size",
4040
"Inbox size",
4141
&[],
42-
exponential_bucket_interval(1.0, 500_000.0),
42+
exponential_bucket_interval(1.0, 2_000_000.0),
4343
)
4444
});
4545

0 commit comments

Comments
 (0)