From 9d485df37c8cc0c307e43d18d93be5e9053ade55 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 22 Nov 2019 16:10:13 +0100 Subject: increased build list limit --- buildmaster/build-list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildmaster') diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 5222308..199d7fc 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -326,7 +326,7 @@ mysql_run_query( mysql_join_binary_packages_in_repositories_repositories() . ' WHERE `repositories`.`name`="build-list"' . ' ORDER BY `build_assignments`.`currently_blocking` DESC' . - ' LIMIT 100' + ' LIMIT 1000' ); mysql_run_query( -- cgit v1.2.3