summaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'api.py')
-rw-r--r--api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/api.py b/api.py
index e7e690d..6d3a170 100644
--- a/api.py
+++ b/api.py
@@ -82,11 +82,11 @@ class Compiler(joblib.worker.Worker):
async def startup():
- for _ in range(1):
+ for _ in range(3):
worker = Compiler()
await worker.connect(db_config, queue_db)
await worker.setup()
- await worker.start(batchlimit=750)
+ await worker.start(batchlimit=20)
logging.basicConfig(