Skip to content

Commit

Permalink
Download by header by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyilong committed Dec 10, 2019
1 parent 982e2f4 commit d0045fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ func init() {
viper.SetDefault(CfgConsensusMessageQueueSize, 512)

viper.SetDefault(CfgSyncMessageQueueSize, 512)
viper.SetDefault(CfgSyncDownloadByHash, true)
viper.SetDefault(CfgSyncDownloadByHeader, false)
viper.SetDefault(CfgSyncDownloadByHash, false)
viper.SetDefault(CfgSyncDownloadByHeader, true)

viper.SetDefault(CfgStorageStatePruningEnabled, true)
viper.SetDefault(CfgStorageStatePruningInterval, 16)
Expand Down
2 changes: 1 addition & 1 deletion version/version_number.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1

0 comments on commit d0045fc

Please sign in to comment.