summaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-10 17:01:10 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-10 17:01:10 +0100
commit16a29b11a3a1fea1739729a6dc8700f3e742315a (patch)
tree9283ee9c360da66441443caa6fe5830d0eb01796 /api.py
parent901b7bfc18d1351fc398a79b62dda93b4e247011 (diff)
downloadcompiler-16a29b11a3a1fea1739729a6dc8700f3e742315a.tar.gz
compiler-16a29b11a3a1fea1739729a6dc8700f3e742315a.zip
update joblib; increase batch size
Diffstat (limited to 'api.py')
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
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(