Skip to content

Commit

Permalink
enable syncing validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Sizov committed Jun 14, 2024
1 parent 880b200 commit 5864681
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ chain-settings:
settings:
expected-block-time: 2.7s
allow-pruning-requirement: true
options:
disable-validation: true
lags:
syncing: 40
lagging: 20
Expand All @@ -240,8 +238,6 @@ chain-settings:
settings:
expected-block-time: 260ms
allow-pruning-requirement: true
options:
disable-validation: true
lags:
syncing: 40
lagging: 20
Expand Down Expand Up @@ -358,7 +354,7 @@ chain-settings:
allow-pruning-requirement: true
options:
validate-peers: false
validate-syncing: false
validate-syncing: true
lags:
syncing: 10
lagging: 5
Expand Down Expand Up @@ -1271,7 +1267,7 @@ chain-settings:
settings:
options:
validate-peers: false
validate-syncing: false
validate-syncing: true
fork-choice: quorum
expected-block-time: 300ms
lags:
Expand Down

0 comments on commit 5864681

Please sign in to comment.