forked from cerc-io/plugeth
core: reduced cache limit to 256
This commit is contained in:
parent
4d11747836
commit
855e76fddd
@ -36,7 +36,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
blockCacheLimit = 10000
|
blockCacheLimit = 256
|
||||||
maxFutureBlocks = 256
|
maxFutureBlocks = 256
|
||||||
maxTimeFutureBlocks = 30
|
maxTimeFutureBlocks = 30
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user