Skip to content

Commit 9d29fcf

Browse files
authored
Increased concurrently limit to -> 8
1 parent 096bac7 commit 9d29fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xapps2/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def main():
3232

3333
tasks: List = []
3434

35-
sem = asyncio.Semaphore(6)
35+
sem = asyncio.Semaphore(8)
3636

3737
for addon in apps_conf["addons"]:
3838
if func := getattr(apk_dl, addon, None):

0 commit comments

Comments
 (0)