guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: services: Increase the publish bypass threshold.


From: Mathieu Othacehe
Subject: 01/02: hydra: services: Increase the publish bypass threshold.
Date: Tue, 21 Dec 2021 10:54:30 -0500 (EST)

mothacehe pushed a commit to branch master
in repository maintenance.

commit 710135e1b050a2d0d42fa1ef37d41128c7646038
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Dec 21 16:52:27 2021 +0100

    hydra: services: Increase the publish bypass threshold.
    
    * hydra/modules/sysadmin/services.scm (frontend-services): Increase it to 
100MiB.
---
 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 097eb56..ab0ac5f 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -560,7 +560,7 @@ to a selected directory.")
                             (authorized-keys authorized-keys)
                             (motd %default-motd)
                             (nar-ttl (* 180 24 3600))
-                            (cache-bypass-threshold (* 50 (expt 2 20))) ;50 MiB
+                            (cache-bypass-threshold (* 100 (expt 2 20))) ;100 
MiB
                             (publish-workers 6))
   "Return the list of services for the build farm frontend."
   (cons* (service mcron-service-type



reply via email to

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