me
/
guix
Archived
1
0
Fork 0

substitute: Reduce default narinfo negative TTL to 1h.

* guix/scripts/substitute.scm (%narinfo-negative-ttl): Reduce to 1h.
master
Ludovic Courtès 2020-10-12 17:30:35 +02:00
parent d3162b98a8
commit 099d709caf
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ disabled!~%"))
(define %narinfo-negative-ttl
;; Likewise, but for negative lookups---i.e., cached lookup failures (404).
(* 3 3600))
(* 1 3600))
(define %narinfo-transient-error-ttl
;; Likewise, but for transient errors such as 504 ("Gateway timeout").