ethereum: lower rebuild_threshold to 7000 in reth.toml for all chains
This commit is contained in:
@@ -36,7 +36,7 @@ commit_threshold = 100000
|
||||
|
||||
[stages.merkle]
|
||||
incremental_threshold = 7000
|
||||
rebuild_threshold = 100000
|
||||
rebuild_threshold = 7000
|
||||
|
||||
[stages.transaction_lookup]
|
||||
chunk_size = 5000000
|
||||
|
||||
@@ -36,7 +36,7 @@ commit_threshold = 100000
|
||||
|
||||
[stages.merkle]
|
||||
incremental_threshold = 7000
|
||||
rebuild_threshold = 100000
|
||||
rebuild_threshold = 7000
|
||||
|
||||
[stages.transaction_lookup]
|
||||
chunk_size = 5000000
|
||||
|
||||
Reference in New Issue
Block a user