diff options
author | Christopher Baines <mail@cbaines.net> | 2023-02-17 20:56:12 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-17 20:56:12 +0000 |
commit | e082122820090323640ddba6fd697e04c5db791e (patch) | |
tree | 248d18b786ff6a3f84023e45b2f7a36808e80cbe | |
parent | 02ff8b0beca34f340ba071e718f42c464bbdce4d (diff) | |
download | qa-frontpage-e082122820090323640ddba6fd697e04c5db791e.tar qa-frontpage-e082122820090323640ddba6fd697e04c5db791e.tar.gz |
Increase the number of additional series to refresh
-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) |