Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

[R4R] disable hotsync for there is a latest_block_height. showing bug #231

Merged
merged 1 commit into from
Jul 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update config.toml
  • Loading branch information
unclezoro authored Jul 24, 2020
commit 21b45ccba00e36fedb3980e27291a7f2026ceb28
2 changes: 1 addition & 1 deletion fullnode/testnet/0.7.2/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fast_sync = true
# Only take effect when HotSyncReactor is true.
# If true, will sync blocks use hot sync protocol
# If false, still use tendermint consensus protocol, but can still handle other peers sync request.
hot_sync = true
hot_sync = false

# The max wait time for subscribe a block.
# Only take effect when hot_sync is true
Expand Down