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 /api.py | |
| parent | 901b7bfc18d1351fc398a79b62dda93b4e247011 (diff) | |
| download | compiler-16a29b11a3a1fea1739729a6dc8700f3e742315a.tar.gz compiler-16a29b11a3a1fea1739729a6dc8700f3e742315a.zip | |
update joblib; increase batch size
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 2 |
1 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( |
