diff options
author | Christopher Baines <mail@cbaines.net> | 2023-03-11 12:49:43 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-11 12:50:37 +0000 |
commit | 421bcf5b25e2146306b18f039c5604880dd93543 (patch) | |
tree | cf00c1878ab7e8cee2dd8d2d96d001672ffde1f5 /guix-qa-frontpage | |
parent | 94a1d001c7fe9e1be8125b92561eaee39d6c179c (diff) | |
download | qa-frontpage-421bcf5b25e2146306b18f039c5604880dd93543.tar qa-frontpage-421bcf5b25e2146306b18f039c5604880dd93543.tar.gz |
Fix the TTL for refreshing issue data
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r-- | guix-qa-frontpage/server.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/server.scm b/guix-qa-frontpage/server.scm index 219f3f1..20f4aeb 100644 --- a/guix-qa-frontpage/server.scm +++ b/guix-qa-frontpage/server.scm @@ -539,7 +539,7 @@ port. Also, the port used can be changed by passing the --port option.\n" issue-data #:args (list (car series)) - #:ttl 6000))) + #:ttl (/ frequency 2)))) (with-sqlite-cache database |