From 74c975556c0e067e60f99fb96d64d973210bf786 Mon Sep 17 00:00:00 2001 From: Vainsocial root Date: Sun, 26 Mar 2017 12:25:38 +0000 Subject: increase batch size --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') 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) -- cgit v1.3.1