guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: services: Increase the publish nar ttl.


From: Mathieu Othacehe
Subject: branch master updated: hydra: services: Increase the publish nar ttl.
Date: Thu, 12 Aug 2021 05:56:30 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new ca6f402  hydra: services: Increase the publish nar ttl.
ca6f402 is described below

commit ca6f40272fdf5644597f6ad2e38fa8ab2907d126
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 12 11:54:59 2021 +0200

    hydra: services: Increase the publish nar ttl.
    
    This has been discussed here: <https://issues.guix.gnu.org/48926>.
    
    * hydra/modules/sysadmin/services.scm (frontend-services): Increase the
    default publish nar ttl to 180 days.
---
 hydra/modules/sysadmin/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 7b7b3f0..e98f80e 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -457,7 +457,7 @@
                             (systems '("x86_64-linux" "i686-linux"))
                             (authorized-keys authorized-keys)
                             (motd %default-motd)
-                            (nar-ttl (* 90 24 3600))
+                            (nar-ttl (* 180 24 3600))
                             (cache-bypass-threshold (* 50 (expt 2 20))) ;50 MiB
                             (publish-workers 6))
   "Return the list of services for the build farm frontend."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]