diff options
| author | Vainsocial root <root@vainsocial> | 2017-03-26 12:25:38 +0000 |
|---|---|---|
| committer | Vainsocial root <root@vainsocial> | 2017-03-26 12:25:38 +0000 |
| commit | 74c975556c0e067e60f99fb96d64d973210bf786 (patch) | |
| tree | b5b152809c7e0fecf37c42385a1739f49fe419e0 | |
| parent | 0b0b612c3343eaf0eff86d39b4a4769c52146d1a (diff) | |
| download | compiler-1.6.0.tar.gz compiler-1.6.0.zip | |
increase batch size1.6.0
| -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) |
