Skip to content

Commit 855e76f

Browse files
committed
core: reduced cache limit to 256
1 parent 4d11747 commit 855e76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/chain_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
3636
)
3737

3838
const (
39-
blockCacheLimit = 10000
39+
blockCacheLimit = 256
4040
maxFutureBlocks = 256
4141
maxTimeFutureBlocks = 30
4242
)

0 commit comments

Comments
 (0)