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";
|
||||
runner = {
|
||||
file = ".runner";
|
||||
capacity = 24;
|
||||
capacity = 1;
|
||||
timeout = "3h";
|
||||
insecure = false;
|
||||
fetch_timeout = "5s";
|
||||
|
|
Loading…
Add table
Reference in a new issue