Skip to content

Commit 32afc58

Browse files
chore: update the default MerkleConfig
1 parent c35f23a commit 32afc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ pub struct MerkleConfig {
309309

310310
impl Default for MerkleConfig {
311311
fn default() -> Self {
312-
Self { clean_threshold: 5_000 }
312+
Self { clean_threshold: 50_000 }
313313
}
314314
}
315315

0 commit comments

Comments
 (0)