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
1 changed files with 1 additions and 1 deletions

View File

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