瀏覽代碼

Restore the proper number of search workers

jherve 1 年之前
父節點
當前提交
6bec5fc521
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/de_quoi_parle_le_monde/snapshots.py

+ 1 - 1
src/de_quoi_parle_le_monde/snapshots.py

@@ -213,7 +213,7 @@ async def main():
 
     async with InternetArchiveClient.create() as ia:
         workers = {
-            SearchWorker(queue, storage, ia): 1,
+            SearchWorker(queue, storage, ia): 3,
             FetchWorker(queue, ia): 3,
             ParseWorker(queue): 3,
             StoreWorker(queue, storage): 1,