We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936230c commit 82a3793Copy full SHA for 82a3793
linera-chain/src/inbox.rs
@@ -39,7 +39,7 @@ static INBOX_SIZE: LazyLock<HistogramVec> = LazyLock::new(|| {
39
"inbox_size",
40
"Inbox size",
41
&[],
42
- exponential_bucket_interval(1.0, 500_000.0),
+ exponential_bucket_interval(1.0, 2_000_000.0),
43
)
44
});
45
0 commit comments