@@ -46,15 +46,15 @@ max_attempts = 3
4646# Default delay for the control events that have no dedicated delay requirements.
4747control_logic_default_delay = ' 1 second'
4848
49- # Flag which forces the node to resync all of the blocks.
49+ # Flag which forces the node to resync all the blocks.
5050force_resync = false
5151
5252# A timeout for the ShutdownForUpgrade state, after which the node will upgrade even if not all
5353# conditions are satisfied.
5454shutdown_for_upgrade_timeout = ' 2 minutes'
5555
5656# Maximum time a node will wait for an upgrade to commit.
57- upgrade_timeout = ' 30 secs '
57+ upgrade_timeout = ' 30 seconds '
5858
5959# The node detects when it should do a controlled shutdown when it is in a detectably bad state
6060# in order to avoid potentially catastrophic uncontrolled crashes. Generally, a node should be
@@ -94,7 +94,7 @@ secret_key_path = '/etc/casper/validator_keys/secret_key.pem'
9494
9595# The maximum number of blocks by which execution is allowed to lag behind finalization.
9696# If it is more than that, consensus will pause, and resume once the executor has caught up.
97- max_execution_delay = 3
97+ max_execution_delay = 6
9898
9999
100100# =======================================
@@ -112,7 +112,7 @@ log_participation_interval = '1 minute'
112112
113113# The minimal proposal timeout. Validators wait this long for a proposal to receive a quorum of
114114# echo messages, before they vote to make the round skippable and move on to the next proposer.
115- proposal_timeout = ' 10 seconds'
115+ proposal_timeout = ' 5 seconds'
116116
117117# The additional proposal delay that is still considered fast enough, in percent. This should
118118# take into account variables like empty vs. full blocks, network traffic etc.
@@ -525,7 +525,7 @@ validate_and_store_timeout = '1 minute'
525525[block_accumulator ]
526526
527527# Block height difference threshold for starting to execute the blocks.
528- attempt_execution_threshold = 3
528+ attempt_execution_threshold = 6
529529
530530# Accepted time interval for inactivity in block accumulator.
531531dead_air_interval = ' 3 minutes'
@@ -564,7 +564,7 @@ latch_reset_interval = '5 seconds'
564564#
565565# A higher value can avoid creating needless validation work on an already-validated proposed
566566# block, but comes at the cost of increased memory consumption.
567- max_completed_entries = 3
567+ max_completed_entries = 6
568568
569569
570570# ==================================
0 commit comments