revert: revert changes to DownloadQueue to load finished history
This commit is contained in:
parent
50f50bed9f
commit
699e21f54d
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ class DownloadQueue(metaclass=Singleton):
|
|||
f"Using '{self.config.max_workers}' workers for downloading and '{self.config.max_workers_per_extractor}' per extractor."
|
||||
)
|
||||
asyncio.create_task(self._download_pool(), name="download_pool")
|
||||
await self.done.load()
|
||||
|
||||
async def start_items(self, ids: list[str]) -> dict[str, str]:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue