hydra: services: Increase cache bypass threshold.

Partly fixes <https://issues.guix.gnu.org/54447>.

* hydra/modules/sysadmin/services.scm (frontend-services): Increase
default value of #:cache-bypass-threshold.
This commit is contained in:
Ludovic Courtès 2023-10-15 22:27:37 +02:00
parent be56a944f4
commit 213384e43d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 1 deletions

View File

@ -693,7 +693,12 @@ to a selected directory.")
(authorized-keys authorized-keys)
(motd %default-motd)
(nar-ttl (* 180 24 3600))
(cache-bypass-threshold (* 100 (expt 2 20))) ;100 MiB
;; XXX: Set a threshold larger than the Guix
;; source tree, to please system tests:
;; <https://issues.guix.gnu.org/54447#12>.
(cache-bypass-threshold (* 150 MiB))
(publish-workers 6))
"Return the list of services for the build farm frontend."
(cons* (service mcron-service-type