Browse Source

TriesInMemory = 12800

skyfffire 3 năm trước cách đây
mục cha
commit
47e643fd87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 	//