diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-12 18:22:03 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-12 18:22:03 +0100 |
| commit | 15f24ca3c01cb99704c872476763a393506c2a5b (patch) | |
| tree | f0d590f651d198c24fe76b616b07b6da5227979d /api.py | |
| parent | 7c3a40b8610d9991e60557d5b3e66741f90c2006 (diff) | |
| download | analyzer-15f24ca3c01cb99704c872476763a393506c2a5b.tar.gz analyzer-15f24ca3c01cb99704c872476763a393506c2a5b.zip | |
increase batch size by a lot
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ async def startup(): worker = Analyzer() await worker.connect(db_config, queue_db) await worker.setup() - await worker.start(batchlimit=100) + await worker.start(batchlimit=1000) logging.basicConfig( |
