Commit 855e76fd authored by obscuren's avatar obscuren Committed by Jeffrey Wilcke

core: reduced cache limit to 256

parent 4d117478
......@@ -36,7 +36,7 @@ var (
)
const (
blockCacheLimit = 10000
blockCacheLimit = 256
maxFutureBlocks = 256
maxTimeFutureBlocks = 30
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment