Skip to content

Commit

Permalink
scale bloom
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoieh committed Dec 20, 2024
1 parent 5478608 commit d7a2907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/snapshot/difflayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var (
aggregatorItemLimit = aggregatorMemoryLimit / 42

// bloomItemLimit is an approximate number of all difflayer items (128 difflayers + 1 aggregatorlayer)
bloomItemLimit = 25*10000*5 + aggregatorItemLimit
bloomItemLimit = 128*10000*2 + aggregatorItemLimit

// bloomTargetError is the target false positive rate when the aggregator
// layer is at its fullest. The actual value will probably move around up
Expand Down

0 comments on commit d7a2907

Please sign in to comment.