2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: services: Increase the publish nar ttl.

This has been discussed here: <https://issues.guix.gnu.org/48926>.

* hydra/modules/sysadmin/services.scm (frontend-services): Increase the
default publish nar ttl to 180 days.
This commit is contained in:
Mathieu Othacehe 2021-08-12 11:54:59 +02:00
parent 61aeed9210
commit ca6f40272f
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -457,7 +457,7 @@
(systems '("x86_64-linux" "i686-linux")) (systems '("x86_64-linux" "i686-linux"))
(authorized-keys authorized-keys) (authorized-keys authorized-keys)
(motd %default-motd) (motd %default-motd)
(nar-ttl (* 90 24 3600)) (nar-ttl (* 180 24 3600))
(cache-bypass-threshold (* 50 (expt 2 20))) ;50 MiB (cache-bypass-threshold (* 50 (expt 2 20))) ;50 MiB
(publish-workers 6)) (publish-workers 6))
"Return the list of services for the build farm frontend." "Return the list of services for the build farm frontend."