mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-06-27 18:32:43 +08:00
chore: 移除用于 debug 的任务发起数量限制
This commit is contained in:
@@ -158,7 +158,7 @@ async def process_favorite(favorite_id: int) -> None:
|
||||
favorite_list=fav_list, downloaded=False
|
||||
).prefetch_related("upper")
|
||||
await asyncio.gather(
|
||||
*[process_video(item) for item in list(all_unprocessed_items)[:5]],
|
||||
*[process_video(item) for item in all_unprocessed_items],
|
||||
return_exceptions=True,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user