feat: deletes executor limit from get_repo_file_dependencies
This commit is contained in:
parent
45cb2c3289
commit
75b98e0dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ async def get_repo_file_dependencies(repo_path: str) -> AsyncGenerator[list, Non
|
||||||
|
|
||||||
yield repo
|
yield repo
|
||||||
|
|
||||||
with ProcessPoolExecutor(max_workers = 12) as executor:
|
with ProcessPoolExecutor() as executor:
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
|
|
||||||
tasks = [
|
tasks = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue