From 16a29b11a3a1fea1739729a6dc8700f3e742315a Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 10 Mar 2017 17:01:10 +0100 Subject: update joblib; increase batch size --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') diff --git a/api.py b/api.py index 3940aad..5706620 100644 --- a/api.py +++ b/api.py @@ -87,7 +87,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