Limit drone runner capacity

main
mat ess 2022-10-23 12:18:39 -04:00
parent c7271ca925
commit 15163c127e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ kill_timeout = 5
DRONE_JSONNET_ENABLED = "true"
DRONE_REGISTRATION_CLOSED = "true"
DRONE_RPC_PROTO = "http"
DRONE_RUNNER_CAPACITY = "1"
DRONE_SERVER_HOST = "build.mat.services"
DRONE_SERVER_PROTO = "https"