summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVainsocial root <root@vainsocial>2017-03-26 12:25:38 +0000
committerVainsocial root <root@vainsocial>2017-03-26 12:25:38 +0000
commit74c975556c0e067e60f99fb96d64d973210bf786 (patch)
treeb5b152809c7e0fecf37c42385a1739f49fe419e0
parent0b0b612c3343eaf0eff86d39b4a4769c52146d1a (diff)
downloadcompiler-1.6.0.tar.gz
compiler-1.6.0.zip
increase batch size1.6.0
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index b1321d5..fbe2cef 100644
--- a/api.py
+++ b/api.py
@@ -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)