fix: changes back the max workers to 12

This commit is contained in:
hajdul88 2024-12-18 16:39:44 +01:00
parent b3b8d8aca2
commit 852532fcad

View file

@ -73,7 +73,7 @@ async def get_repo_file_dependencies(repo_path: str) -> AsyncGenerator[list, Non
yield repo
with ProcessPoolExecutor() as executor:
with ProcessPoolExecutor(max_workers = 12) as executor:
loop = asyncio.get_event_loop()
tasks = [