diff --git a/features/hercules.nix b/features/hercules.nix index 8d0eb30..e7e3280 100644 --- a/features/hercules.nix +++ b/features/hercules.nix @@ -6,5 +6,5 @@ inputs.hercules-ci-agent.nixosModules.agent-service ]; services.hercules-ci-agent.enable = true; - services.hercules-ci-agent.settings.concurrentTasks = 4; + services.hercules-ci-agent.settings.concurrentTasks = 16; }