From 81a1e87600bbae181f5491a73963fdf7528599f5 Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 8 Sep 2014 13:59:29 +0200 Subject: [PATCH] Increase the limit on releases processed. --- python/groupfixrelnames_threaded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/groupfixrelnames_threaded.py b/python/groupfixrelnames_threaded.py index 57f8d37c3..45aedbc49 100644 --- a/python/groupfixrelnames_threaded.py +++ b/python/groupfixrelnames_threaded.py @@ -39,7 +39,7 @@ where = "" datelimit = "AND DATEDIFF(NOW(), r.adddate) <= 7" groupby = "GROUP BY LEFT(r.guid, 1)" orderby = "ORDER BY LEFT(r.guid, 1) ASC" -rowlimit = "LIMIT 16" +rowlimit = "LIMIT 100" cur[0].execute("SELECT value FROM tmux WHERE setting = 'fixnamethreads'") run_threads = cur[0].fetchone()