diff options
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( |
