summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-11-22 16:10:13 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-11-22 16:10:13 +0100
commit9d485df37c8cc0c307e43d18d93be5e9053ade55 (patch)
tree90e9e0c8f5e2b0833683d472fd9baf6eae60318d
parent3e259b11a163b3ecf278c222dfa6f6d23d64d89d (diff)
downloadarchweb32-9d485df37c8cc0c307e43d18d93be5e9053ade55.tar.xz
increased build list limit
-rw-r--r--buildmaster/build-list.php2
1 files changed, 1 insertions, 1 deletions
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(