Skip to content

Commit

Permalink
Merge pull request #190 from binance-chain/disk_increase_fix
Browse files Browse the repository at this point in the history
[R4R]fix disk increase dramaticly issue
  • Loading branch information
unclezoro authored May 7, 2021
2 parents 46d185b + 744dfd6 commit 68bde41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const (
maxFutureBlocks = 256
maxTimeFutureBlocks = 30
badBlockLimit = 10
TriesInMemory = 1024
TriesInMemory = 128

// BlockChainVersion ensures that an incompatible database forces a resync from scratch.
//
Expand Down

0 comments on commit 68bde41

Please sign in to comment.