Skip to content

Commit

Permalink
core: increase receipt LRU cache to 1024 entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanschneider committed Jul 27, 2022
1 parent 6710942 commit ae9a5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var (
const (
bodyCacheLimit = 256
blockCacheLimit = 256
receiptsCacheLimit = 32
receiptsCacheLimit = 1024
txLookupCacheLimit = 1024
maxFutureBlocks = 256
maxTimeFutureBlocks = 30
Expand Down

0 comments on commit ae9a5ee

Please sign in to comment.