Run more than two builds on the Docker runner

I notice that all of my builds on my Docker runner only happen two steps at a time, which isn’t great when running multiple pipelines in parallel.

I noticed that the Autoscaler has an option for configuring this in the runner, but I can’t find any similar option in the Drone Docker Runner documentation.

The docker runner can process a maximum of two pipelines at a time. This number can be increased by setting the following environment variable:
https://docs.drone.io/runner/docker/configuration/reference/drone-runner-capacity/

Don’t know how I missed it, that solved my issue though. Thanks!