ethereum: lower rebuild_threshold to 7000 in reth.toml for all chains

This commit is contained in:
2026-09-08 00:33:05 +00:00
parent 611b962db5
commit 7312074176
7 changed files with 322 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ commit_threshold = 100000
[stages.merkle]
incremental_threshold = 7000
rebuild_threshold = 100000
rebuild_threshold = 7000
[stages.transaction_lookup]
chunk_size = 500000

View File

@@ -36,7 +36,7 @@ commit_threshold = 100000
[stages.merkle]
incremental_threshold = 7000
rebuild_threshold = 100000
rebuild_threshold = 7000
[stages.transaction_lookup]
chunk_size = 5000000

View File

@@ -36,7 +36,7 @@ commit_threshold = 100000
[stages.merkle]
incremental_threshold = 7000
rebuild_threshold = 100000
rebuild_threshold = 7000
[stages.transaction_lookup]
chunk_size = 5000000

View File

@@ -36,7 +36,7 @@ commit_threshold = 100000
[stages.merkle]
incremental_threshold = 7000
rebuild_threshold = 100000
rebuild_threshold = 7000
[stages.transaction_lookup]
chunk_size = 5000000