mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 07:53:47 +00:00
Merge branch 'jdkanani/geth-update-v1.10.3' of github.com:maticnetwork/bor into jdkanani/geth-update-v1.10.3
This commit is contained in:
commit
6981906728
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ var (
|
||||||
const (
|
const (
|
||||||
bodyCacheLimit = 256
|
bodyCacheLimit = 256
|
||||||
blockCacheLimit = 256
|
blockCacheLimit = 256
|
||||||
receiptsCacheLimit = 32
|
receiptsCacheLimit = 1024
|
||||||
txLookupCacheLimit = 1024
|
txLookupCacheLimit = 1024
|
||||||
maxFutureBlocks = 256
|
maxFutureBlocks = 256
|
||||||
maxTimeFutureBlocks = 30
|
maxTimeFutureBlocks = 30
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue