summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-08 19:42:28 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-08 19:42:28 +0100
commitdd2cb06dff4e7b60a8a1db1c4f83e259aac3657c (patch)
treec227cdaf520d95ca27d046b23e64c8e27b0dfc7d
parent878ee48a5a60e1f197d38912eb3fa3732fc08a64 (diff)
downloadcompiler-dd2cb06dff4e7b60a8a1db1c4f83e259aac3657c.tar.gz
compiler-dd2cb06dff4e7b60a8a1db1c4f83e259aac3657c.zip
compile up to a whole batch of 50 at once
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index f75c9a4..873e8be 100644
--- a/api.py
+++ b/api.py
@@ -84,7 +84,7 @@ async def startup():
worker = Compiler()
await worker.connect(db_config, queue_db)
await worker.setup()
- await worker.start(batchlimit=20)
+ await worker.start(batchlimit=750)
logging.basicConfig(