Skip to content

Commit

Permalink
chore: fixed wait for node delay
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Dec 19, 2024
1 parent 5230090 commit e4fbfa7
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ node-key-file = "config/node_key.json"
# so the app can decide if we should keep the connection or not
filter-peers = false

# Timeout for the initial sync process, before switching to consensus.
# If zero or empty, the default value is used.
#
# Default: 60s
{{? it.platform.drive.abci.validatorSet.quorum.llmqType == 111 }}
sync-timeout = "1s"
{{?}}

#######################################################
### ABCI App Connection Options ###
#######################################################
Expand Down Expand Up @@ -414,6 +422,7 @@ ttl-num-blocks = {{=it.platform.drive.tenderdash.mempool.ttlNumBlocks}}
# the network to take and serve state machine snapshots. State sync is not attempted if the node
# has any local state (LastBlockHeight > 0). The node will have a truncated block history,
# starting from the height of the snapshot.
# TODO: must be disabled for single node setup
enable = false

# State sync uses light client verification to verify state. This can be done either through the
Expand Down

0 comments on commit e4fbfa7

Please sign in to comment.