Skip to content

Commit

Permalink
update configuration for relay on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Dec 5, 2024
1 parent 5ccdc01 commit 9d0bc02
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .baedeker/main-process.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ local relay = {
},
scheduling_lookahead:5,
max_validators_per_core:1,
minimum_backing_votes:1,
needed_approvals:1,
minimum_backing_votes:2,
needed_approvals:2,
on_demand_cores:5,
validation_upgrade_cooldown:200,
validation_upgrade_delay:100,
minimum_validation_upgrade_delay:5,
},
},
},
Expand Down

0 comments on commit 9d0bc02

Please sign in to comment.