Browse Source

Extend hours used for snapshots

jherve 1 year ago
parent
commit
9bbe1bc525
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/de_quoi_parle_le_monde/main.py

+ 1 - 1
src/de_quoi_parle_le_monde/main.py

@@ -41,7 +41,7 @@ class Application:
 
     async def _run_snapshot_worker(self):
         logger.info("Starting snapshot service..")
-        jobs = SnapshotJob.create(10, [18])
+        jobs = SnapshotJob.create(10, [8, 12, 18, 22])
 
         async with self.http_client.session() as session:
             worker = SnapshotWorker.create(self.storage, session)