forgejo-runner-cacher: set default capacity
This commit is contained in:
parent
d0fb58429d
commit
3846bd99b1
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ in {
|
||||||
wget
|
wget
|
||||||
lix
|
lix
|
||||||
];
|
];
|
||||||
|
settings = {
|
||||||
|
runner.capacity = 10;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue