guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Mathieu Othacehe
Date: Wed, 26 May 2021 05:25:28 -0400 (EDT)

branch: master
commit 6d7cb319310be6a47ebc315cdf469d254b4c9b05
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed May 26 10:22:58 2021 +0200

    remote-worker: Lower the default TTL to 1d.
    
    * src/cuirass/scripts/remote-worker.scm (%default-options): Lower the 
default
    TTL to 1d.
---
 src/cuirass/scripts/remote-worker.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/scripts/remote-worker.scm 
b/src/cuirass/scripts/remote-worker.scm
index 0e9df9f..b15de86 100644
--- a/src/cuirass/scripts/remote-worker.scm
+++ b/src/cuirass/scripts/remote-worker.scm
@@ -123,7 +123,7 @@ Start a remote build worker.\n" (%program-name))
 (define %default-options
   `((workers . 1)
     (publish-port . 5558)
-    (ttl . "3d")
+    (ttl . "1d")
     (systems . ,(list (%current-system)))
     (public-key-file . ,%public-key-file)
     (private-key-file . ,%private-key-file)))



reply via email to

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