5 workers is okay for lintian-ppa, definitely not 30 like on my local machine
This commit is contained in:
parent
d62c8a7d0e
commit
db7d115f07
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user