cbaines pushed a commit to branch master
in repository maintenance.

commit 3e7a0c0deea82d370823c3b01965dcb801f43435
Author: Christopher Baines <m...@cbaines.net>
AuthorDate: Mon Jun 10 12:16:56 2024 +0100

    hydra: bordeaux: Extend the TTL to 30 minutes.
    
    As I think this is a bit better than just 10 minutes.
    
    * hydra/bayfront.scm <nar-herder>: Use a 30 minute TTL.
    * hydra/deploy-node-129.scm (node-129-os): Use a 30 minute nar-herder
    TTL.
---
 hydra/bayfront.scm        | 2 +-
 hydra/deploy-node-129.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 3e17707b..cce23dc1 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1679,7 +1679,7 @@ add_header Content-Type text/plain;")))
                '((and (stored-on "https://hydra-guix-129.guix.gnu.org";)
                       (stored-on "https://hatysa.cbaines.net";))))
               (ttl "180d")
-              (new-ttl "600s")
+              (new-ttl "1800s")
               (log-level 'INFO)
               (cached-compressions
                (list
diff --git a/hydra/deploy-node-129.scm b/hydra/deploy-node-129.scm
index f8f9c3df..f9bbbe36 100644
--- a/hydra/deploy-node-129.scm
+++ b/hydra/deploy-node-129.scm
@@ -341,7 +341,7 @@ devices {
                        (nar-herder-configuration
                         (mirror "https://bordeaux.guix.gnu.org";)
                         (storage "/srv/bordeaux/nars")
-                        (ttl "180d")
+                        (ttl "1800s")
                         (log-level 'DEBUG)))
 
               (service certbot-service-type

Reply via email to