Skip to content

Commit

Permalink
Merge pull request #994 from galacticcouncil/increased-root-track-cap…
Browse files Browse the repository at this point in the history
…acity

feat: more concurent deciding referenda in root track
  • Loading branch information
mrq1911 authored Jan 22, 2025
2 parents 3b4eabe + 11f7142 commit ea4e622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/governance/tracks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 10
0,
pallet_referenda::TrackInfo {
name: "root",
max_deciding: 1,
max_deciding: 3,
decision_deposit: 1_000_000 * UNITS,
prepare_period: HOURS,
decision_period: 7 * DAYS,
Expand Down

0 comments on commit ea4e622

Please sign in to comment.