diff --git a/sources/org.osbuild.files b/sources/org.osbuild.files index 6d9fe8c1..42ff6cac 100755 --- a/sources/org.osbuild.files +++ b/sources/org.osbuild.files @@ -163,7 +163,7 @@ def main(options, checksums, cache, output): os.makedirs(cache, exist_ok=True) os.makedirs(output, exist_ok=True) - with concurrent.futures.ProcessPoolExecutor(max_workers=15) as executor: + with concurrent.futures.ProcessPoolExecutor(max_workers=4) as executor: requested_urls = [] rhsm_secrets = None