revert: revert changes to DownloadQueue to load finished history

This commit is contained in:
arabcoders 2025-12-18 17:19:23 +03:00
parent 50f50bed9f
commit 699e21f54d

View file

@ -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]:
"""