Bump up runner capacity
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-11 23:57:39 +02:00
parent 162148cbb0
commit b0b86b6700
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@
DRONE_RPC_HOST: "{{ drone_domain }}"
DRONE_RPC_PROTO: "https"
DRONE_RPC_SECRET: "{{ rpc_secret }}"
DRONE_RUNNER_CAPACITY: "2"
DRONE_RUNNER_CAPACITY: "4"
DRONE_RUNNER_NAME: "drone-docker-runner"
DRONE_RUNNER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock"