Skip to content

Commit 3143c9d

Browse files
committed
Adjust state hash computation bucket
1 parent 40dc1bb commit 3143c9d

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
@@ -144,7 +144,7 @@ static STATE_HASH_COMPUTATION_LATENCY: LazyLock<HistogramVec> = LazyLock::new(||
144144
"state_hash_computation_latency",
145145
"Time to recompute the state hash",
146146
&[],
147-
exponential_bucket_latencies(10.0),
147+
exponential_bucket_latencies(500.0),
148148
)
149149
});
150150

0 commit comments

Comments
 (0)