From fa8969d093c1bee63f96d91ebff65c36da427cd3 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 2 Nov 2024 19:07:16 -0400 Subject: [PATCH] perf: bump runner concurrency 1 -> 3 --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 98975e4..0d8840a 100644 --- a/config.yml +++ b/config.yml @@ -4,7 +4,7 @@ log: runner: file: .runner # Execute how many tasks concurrently at the same time. - capacity: 1 + capacity: 3 # Extra environment variables to run jobs. envs: CI: 1