diff options
author | Christopher Baines <mail@cbaines.net> | 2023-02-03 12:20:01 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-03 12:20:01 +0100 |
commit | e4c633960d06ef5626ad3281f4a27e6ef1cb90ec (patch) | |
tree | 6cebee2980ca6b9eef80b299cc5cd30039e03e2d /guix-qa-frontpage | |
parent | b27dcb4d82f08ac5ae21cbed52fa06642e4c5d2e (diff) | |
download | qa-frontpage-e4c633960d06ef5626ad3281f4a27e6ef1cb90ec.tar qa-frontpage-e4c633960d06ef5626ad3281f4a27e6ef1cb90ec.tar.gz |
Drop the number of times to retry fetching branch derivation changes
As these requests are quite slow, so there isn't much value in retrying so
many times.
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/guix-data-service.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/guix-data-service.scm b/guix-qa-frontpage/guix-data-service.scm index 0c47dfc..423ecb7 100644 --- a/guix-qa-frontpage/guix-data-service.scm +++ b/guix-qa-frontpage/guix-data-service.scm @@ -153,7 +153,7 @@ "derivation_changes")) (alist-delete "derivation_changes" json-body))))))) - #:times 6 + #:times 1 #:delay 5)) (define (get-latest-processed-branch-revision branch) |