diff options
Diffstat (limited to 'scripts/guix-qa-frontpage.in')
-rw-r--r-- | scripts/guix-qa-frontpage.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-qa-frontpage.in b/scripts/guix-qa-frontpage.in index d60c711..7070592 100644 --- a/scripts/guix-qa-frontpage.in +++ b/scripts/guix-qa-frontpage.in @@ -126,7 +126,7 @@ (start-refresh-patch-branches-data-thread database #:number-of-series-to-refresh - (+ patch-issues-to-show 10)) + (+ patch-issues-to-show 50)) (start-refresh-non-patch-branches-data-thread database) (when (assq-ref opts 'submit-builds) |