From 8ed6009a212266e847778e89cc7fa8e0a6054aff Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 26 Oct 2025 17:35:37 -0400 Subject: [PATCH] Increasing Gitea Runner capacity. --- app-configs/rinoa/gitea/act-runner/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-configs/rinoa/gitea/act-runner/config.yaml.j2 b/app-configs/rinoa/gitea/act-runner/config.yaml.j2 index 12123da..0ab5451 100644 --- a/app-configs/rinoa/gitea/act-runner/config.yaml.j2 +++ b/app-configs/rinoa/gitea/act-runner/config.yaml.j2 @@ -11,7 +11,7 @@ runner: # Where to store the registration result. file: .runner # Execute how many tasks concurrently at the same time. - capacity: 5 + capacity: 10 # Extra environment variables to run jobs. # envs: # A_TEST_ENV_NAME_1: a_test_env_value_1