diff options
Diffstat (limited to 'guix-qa-frontpage/server.scm')
-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 |