From db7d115f071ea4371f6335d490113b97edc874d5 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 3 Dec 2024 23:55:43 -0600 Subject: [PATCH] 5 workers is okay for lintian-ppa, definitely not 30 like on my local machine --- lintian-ppa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lintian-ppa b/lintian-ppa index cc6acb5..4b0d7e4 100755 --- a/lintian-ppa +++ b/lintian-ppa @@ -125,7 +125,7 @@ def process_sources(url): shutil.rmtree(tmpdir) -with ThreadPoolExecutor(max_workers=30) as executor: +with ThreadPoolExecutor(max_workers=5) as executor: futures = set() def main_source_iter():