Parcourir la source

TriesInMemory = 128

龚成明 il y a 2 ans
Parent
commit
1cf496807c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.
 	//