andreas pushed a commit to branch master
in repository maintenance.

commit b80c20e1f20637f4b073a96a48dea7358c36b0d7
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Sat Sep 19 12:49:41 2020 +0200

    hydra: bayfront: Reduce TTL for "guix publish".
    
    * hydra/bayfront.scm (operating-system): Create frontend-services with a
    nar-ttl of 7 days.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index a00fbcd..418a124 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -252,7 +252,7 @@ Happy hacking!\n"))
 
                    (modify-services
                        (frontend-services %sysadmins
-                                          #:nar-ttl (* 15 24 3600)
+                                          #:nar-ttl (* 7 24 3600)
                                           #:motd %motd
                                           #:max-jobs 4
                                           #:cores 6

Reply via email to