mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
api: maximum concurrent jobs and potential fix for gcc
This commit is contained in:
parent
c24937aeb7
commit
5d392effcc
3 changed files with 47 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue