api: maximum concurrent jobs and potential fix for gcc

This commit is contained in:
Thomas Hobson 2021-10-01 20:28:54 +13:00 committed by Brikaa
parent c24937aeb7
commit 5d392effcc
3 changed files with 47 additions and 7 deletions

View file

@ -145,3 +145,12 @@ default: https://github.com/engineer-man/piston/releases/download/pkgs/index
```
URL for repository index, where packages will be downloaded from.
## Maximum Concurrent Jobs
```yaml
key: PISTON_MAX_CONCURRENT_JOBS
default: 64
```
Maximum number of jobs to run concurrently.