fix(services/forgejo): set runner capacity to 1

This commit is contained in:
Michael Thomas 2024-06-19 10:47:57 -04:00
parent 785cf77e89
commit fb42002a18

View File

@ -177,7 +177,7 @@ in {
settings = {
# options = "-v /var/run/podman/podman.sock:/var/run/podman/podman.sock";
runner = {
capacity = 5;
capacity = 1;
timeout = "45m";
};
container = {