feat: deletes executor limit from get_repo_file_dependencies

This commit is contained in:
hajdul88 2024-12-18 14:18:38 +01:00
parent 45cb2c3289
commit 75b98e0dc6

View file

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