mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Update workers count
This commit is contained in:
@@ -79,7 +79,7 @@ class CacheUpdater:
|
||||
logger.info("Start update...")
|
||||
await asyncio.gather(
|
||||
self._start_producer(),
|
||||
*[self._start_worker() for _ in range(2)],
|
||||
*[self._start_worker() for _ in range(4)],
|
||||
)
|
||||
logger.info("Update complete!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user