diff options
author | Christopher Baines <mail@cbaines.net> | 2023-02-03 11:52:15 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-03 11:52:15 +0100 |
commit | 901f15e0299559921a7c8e075ed8e77c34cbee96 (patch) | |
tree | 7b83a8dbbca1226b73d1cf151855322dc5e81036 /guix-qa-frontpage | |
parent | d6be017939eafc65801f10f57767ae6d1391fed4 (diff) | |
download | qa-frontpage-901f15e0299559921a7c8e075ed8e77c34cbee96.tar qa-frontpage-901f15e0299559921a7c8e075ed8e77c34cbee96.tar.gz |
Make the refresh data thread more specific
As I want to add another thread for non-patch branches.
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/server.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm index 16b5597..7724ea7 100644 --- a/guix-qa-frontpage/server.scm +++ b/guix-qa-frontpage/server.scm @@ -50,7 +50,7 @@ #:use-module (guix-qa-frontpage view issue) #:export (start-guix-qa-frontpage-web-server - start-refresh-data-thread)) + start-refresh-patch-branches-data-thread)) (define (make-controller assets-directory database metrics-registry) @@ -441,7 +441,7 @@ Check if it's already running, or whether another process is using that port. Also, the port used can be changed by passing the --port option.\n" port))))))) -(define (start-refresh-data-thread database) +(define (start-refresh-patch-branches-data-thread database) (define number-of-series-to-refresh 250) (define (refresh-data) |