guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: services: Increase the TTL for Cuirass.


From: Ludovic Courtès
Subject: 02/02: hydra: services: Increase the TTL for Cuirass.
Date: Fri, 16 Aug 2019 05:34:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 398bb88128d92b4f8d2e1145a827ce752525566b
Author: Ludovic Courtès <address@hidden>
Date:   Fri Aug 16 11:32:32 2019 +0200

    hydra: services: Increase the TTL for Cuirass.
    
    * hydra/modules/sysadmin/services.scm 
(frontend-services)[cuirass-configuration]:
    Increase TTL.
---
 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 9e0af31..943df8a 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -278,7 +278,7 @@
          (service cuirass-service-type
                   (cuirass-configuration
                    (interval (* 5 60))
-                   (ttl (quotient nar-ttl 3))
+                   (ttl (quotient nar-ttl 2))
                    (specifications (cuirass-specs systems))))
 
          (service openssh-service-type)



reply via email to

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