diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-10 17:01:10 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-10 17:01:10 +0100 |
| commit | 16a29b11a3a1fea1739729a6dc8700f3e742315a (patch) | |
| tree | 9283ee9c360da66441443caa6fe5830d0eb01796 | |
| parent | 901b7bfc18d1351fc398a79b62dda93b4e247011 (diff) | |
| download | compiler-16a29b11a3a1fea1739729a6dc8700f3e742315a.tar.gz compiler-16a29b11a3a1fea1739729a6dc8700f3e742315a.zip | |
update joblib; increase batch size
| -rw-r--r-- | api.py | 2 | ||||
| m--------- | joblib | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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( diff --git a/joblib b/joblib -Subproject 4820673df0a122cf81c3657aa427045ad9de481 +Subproject e4896dc8e460ec5c1a32348e2137e19ac2c90d3 |
