core: reduced cache limit to 256

This commit is contained in:
obscuren 2015-06-19 18:16:09 +02:00 committed by Jeffrey Wilcke
parent 4d11747836
commit 855e76fddd
1 changed files with 1 additions and 1 deletions

View File

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