瀏覽代碼

fix conflicts

yutianwu 4 年之前
父節點
當前提交
f3ad96d46a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/blockchain.go

+ 1 - 1
core/blockchain.go

@@ -90,7 +90,7 @@ const (
 	maxFutureBlocks     = 256
 	maxTimeFutureBlocks = 30
 	badBlockLimit       = 10
-	TriesInMemory       = 1024
+	TriesInMemory       = 128
 
 	// BlockChainVersion ensures that an incompatible database forces a resync from scratch.
 	//