Bump the max number of jobs again

Since the last commit we should need fewer API calls
This commit is contained in:
Christoph Reiter 2023-02-19 16:10:29 +01:00
parent c152a6dbbf
commit 6ccea00bba

View File

@ -77,7 +77,7 @@ class Config:
SOFT_JOB_TIMEOUT = 60 * 60 * 3
"""Runtime after which we shouldn't start a new build"""
MAXIMUM_JOB_COUNT = 12
MAXIMUM_JOB_COUNT = 15
"""Maximum number of jobs to spawn"""
MANUAL_BUILD: List[Tuple[str, List[BuildType]]] = [