Browse Source

fix conflicts

yutianwu 4 năm trước cách đây
mục cha
commit
f3ad96d46a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/blockchain.go

+ 1 - 1
core/blockchain.go

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