diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-10 16:18:44 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-10 16:18:44 +0100 |
| commit | d56c3ef8fe2d6c523077507a2315eb13f4d87ea8 (patch) | |
| tree | f1676e2ca3fc25ae7fc78e79a4161bc1ef48246b /api.py | |
| parent | d0c3cb553bc009bd4e10941203e1cd5b922c3978 (diff) | |
| download | compiler-d56c3ef8fe2d6c523077507a2315eb13f4d87ea8.tar.gz compiler-d56c3ef8fe2d6c523077507a2315eb13f4d87ea8.zip | |
update joblib
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
