Explorar o código

TriesInMemory = 128

龚成明 %!s(int64=2) %!d(string=hai) anos
pai
achega
1cf496807c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/blockchain.go

+ 1 - 1
core/blockchain.go

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