Эх сурвалжийг харах

TriesInMemory = 12800
用于测试差100问题是否能解决

skyfffire 2 жил өмнө
parent
commit
b63a28ebab
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.
 	//