-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Timeout only if the referendum is not queued #14106
Conversation
bot fmt |
@juangirini https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2808443 was started for your command Comment |
@juangirini Command |
bot merge |
* Timeout only if the referendum is not queued * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
* Timeout only if the referendum is not queued * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
Right now a referendum is cancelled if the track is so busy that the deciding timeout elapses regardless of whether it is queued or not. This isn't especially sensible. We alter it so that it will only be cancelled if the timeout elapses and it is not queued (i.e. the deciding deposit is not paid).