mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
core: reduced cache limit to 256
This commit is contained in:
parent
9c8332c7cf
commit
b8f002c0e6
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
blockCacheLimit = 10000
|
||||
blockCacheLimit = 256
|
||||
maxFutureBlocks = 256
|
||||
maxTimeFutureBlocks = 30
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue