substitute: Reduce default narinfo negative TTL to 1h.
* guix/scripts/substitute.scm (%narinfo-negative-ttl): Reduce to 1h.master
parent
d3162b98a8
commit
099d709caf
|
@ -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").
|
||||
|
|
Reference in New Issue