From d56c3ef8fe2d6c523077507a2315eb13f4d87ea8 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 10 Mar 2017 16:18:44 +0100 Subject: update joblib --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') diff --git a/api.py b/api.py index 6d3a170..6409520 100644 --- a/api.py +++ b/api.py @@ -82,7 +82,7 @@ class Compiler(joblib.worker.Worker): async def startup(): - for _ in range(3): + for _ in range(1): worker = Compiler() await worker.connect(db_config, queue_db) await worker.setup() -- cgit v1.3.1