Skip to content

Commit

Permalink
Update default config values
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Dec 17, 2020
1 parent 0b794aa commit f4dda70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ func init() {
viper.SetDefault(CfgStorageStatePruningInterval, 16)
viper.SetDefault(CfgStorageStatePruningRetainedBlocks, 2048)
viper.SetDefault(CfgStorageStatePruningSkipCheckpoints, true)
viper.SetDefault(CfgStorageLevelDBCacheSize, 2048)
viper.SetDefault(CfgStorageLevelDBHandles, 256)
viper.SetDefault(CfgStorageLevelDBCacheSize, 256)
viper.SetDefault(CfgStorageLevelDBHandles, 16)

viper.SetDefault(CfgRPCEnabled, false)
viper.SetDefault(CfgP2PMessageQueueSize, 512)
Expand Down

0 comments on commit f4dda70

Please sign in to comment.