ソースを参照

TriesInMemory = 12800

skyfffire 3 年 前
コミット
47e643fd87
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/blockchain.go

+ 1 - 1
core/blockchain.go

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