guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Reduce the nar-ttl to 15 days.


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Reduce the nar-ttl to 15 days.
Date: Sat, 01 Feb 2020 09:57:23 -0500

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new a372623  hydra: bayfront: Reduce the nar-ttl to 15 days.
a372623 is described below

commit a3726236e86b771a1554ae38069ff2c9d85d4cb7
Author: Christopher Baines <address@hidden>
AuthorDate: Sat Feb 1 15:55:25 2020 +0100

    hydra: bayfront: Reduce the nar-ttl to 15 days.
    
    The machine has run out of space, so this should eventually allow more
    store items to be removed.
    
    * hydra/bayfront.scm: Change #:nar-ttl.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 6c5570c..ff5c2f7 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -210,7 +210,7 @@ Happy hacking!\n"))
                    (service certbot-service-type %certbot-configuration)
 
                    (frontend-services %sysadmins
-                                      #:nar-ttl (* 45 24 3600)
+                                      #:nar-ttl (* 15 24 3600)
                                       #:motd %motd
                                       #:max-jobs 4
                                       #:cores 6



reply via email to

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