mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: reduce merkle clean_threshold to 5000 (#7364)
This commit is contained in:
@ -222,7 +222,7 @@ pub struct MerkleConfig {
|
||||
|
||||
impl Default for MerkleConfig {
|
||||
fn default() -> Self {
|
||||
Self { clean_threshold: 50_000 }
|
||||
Self { clean_threshold: 5_000 }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user