fix: reduce merkle clean_threshold to 5000 (#7364)

This commit is contained in:
Dan Cline
2024-04-02 13:37:05 -04:00
committed by GitHub
parent b653b3de15
commit f63cebbdb6
3 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@ The merkle stage uses the indexes built in the hashing stages (storage and accou
# The threshold in number of blocks before the stage starts from scratch
# and re-computes the state root, discarding the trie that has already been built,
# as opposed to incrementally updating the trie.
clean_threshold = 50000
clean_threshold = 5000
```
### `transaction_lookup`