core: reduced cache limit to 256

pull/1357/head
obscuren 9 years ago committed by Jeffrey Wilcke
parent 4d11747836
commit 855e76fddd
  1. 2
      core/chain_manager.go

@ -36,7 +36,7 @@ var (
) )
const ( const (
blockCacheLimit = 10000 blockCacheLimit = 256
maxFutureBlocks = 256 maxFutureBlocks = 256
maxTimeFutureBlocks = 30 maxTimeFutureBlocks = 30
) )

Loading…
Cancel
Save