forked from Fediversity/Fediversity
Take only 1 job at a time to avoid clashing NixOS tests
This commit is contained in:
parent
af66aef50d
commit
f5ff9096e3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
log.level = "info";
|
log.level = "info";
|
||||||
runner = {
|
runner = {
|
||||||
file = ".runner";
|
file = ".runner";
|
||||||
capacity = 24;
|
capacity = 1;
|
||||||
timeout = "3h";
|
timeout = "3h";
|
||||||
insecure = false;
|
insecure = false;
|
||||||
fetch_timeout = "5s";
|
fetch_timeout = "5s";
|
||||||
|
|
Loading…
Add table
Reference in a new issue