From dd2cb06dff4e7b60a8a1db1c4f83e259aac3657c Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 8 Mar 2017 19:42:28 +0100 Subject: compile up to a whole batch of 50 at once --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.3.1