Skip to content

Commit 744dfd6

Browse files
committed
fix disk increase dramaticly issue
1 parent 46d185b commit 744dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/blockchain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const (
8787
maxFutureBlocks = 256
8888
maxTimeFutureBlocks = 30
8989
badBlockLimit = 10
90-
TriesInMemory = 1024
90+
TriesInMemory = 128
9191

9292
// BlockChainVersion ensures that an incompatible database forces a resync from scratch.
9393
//

0 commit comments

Comments
 (0)