Skip to content

Commit f6712ff

Browse files
committed
Adjust state hash computation bucket
1 parent 8a865ae commit f6712ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-chain/src/chain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static STATE_HASH_COMPUTATION_LATENCY: LazyLock<HistogramVec> = LazyLock::new(||
154154
"state_hash_computation_latency",
155155
"Time to recompute the state hash",
156156
&[],
157-
exponential_bucket_latencies(10.0),
157+
exponential_bucket_latencies(500.0),
158158
)
159159
});
160160

0 commit comments

Comments
 (0)