View as Markdown
Merge Queue

max_parallel_checks is now 5 by default

`max_parallel_checks` now defaults to 5, reducing merge latency without overusing CI resources.

The default value from max_parallel_checks which controls how many pull requests can be tested in parallel in the queue is now set to 5 by default. This makes sure that the latency of merging pull request is reduce to a minimum by default without over consuming CI resources.

Was this page helpful?