diff options
| -rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ async def startup(): worker = Compiler() await worker.connect(db_config, queue_db) await worker.setup() - await worker.run(batchlimit=1000) + await worker.run(batchlimit=5000) logging.basicConfig(level=logging.DEBUG) |
