Skip to content

Commit

Permalink
Update TxLookupLimit=0: to to never remove indices
Browse files Browse the repository at this point in the history
  • Loading branch information
gr8h committed Aug 22, 2024
1 parent 8fc2f44 commit 0ede7f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION.FUSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.2
6.0.3
9 changes: 4 additions & 5 deletions src/Nethermind/Nethermind.Runner/configs/fuse_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
"Metrics": {
"NodeName": "Fuse_archive"
},
"Receipt": {
"TxLookupLimit": 0
},
"Bloom": {
"IndexLevelBucketSizes": [
16,
16,
16
]
"IndexLevelBucketSizes": [ 16, 16, 16, 16 ]
},
"Pruning": {
"Mode": "None"
Expand Down
9 changes: 4 additions & 5 deletions src/Nethermind/Nethermind.Runner/configs/spark_archive.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
"Metrics": {
"NodeName": "Spark_archive"
},
"Receipt": {
"TxLookupLimit": 0
},
"Bloom": {
"IndexLevelBucketSizes": [
16,
16,
16
]
"IndexLevelBucketSizes": [ 16, 16, 16, 16 ]
},
"Pruning": {
"Mode": "None"
Expand Down

0 comments on commit 0ede7f9

Please sign in to comment.