mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Update blockchain.go
This commit is contained in:
parent
638e829b04
commit
12f4f63581
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ var (
|
|||
const (
|
||||
bodyCacheLimit = 256
|
||||
blockCacheLimit = 256
|
||||
receiptsCacheLimit = 32
|
||||
receiptsCacheLimit = 1024
|
||||
txLookupCacheLimit = 1024
|
||||
maxFutureBlocks = 256
|
||||
maxTimeFutureBlocks = 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue