mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
substitute: Reduce default narinfo negative TTL to 1h.
* guix/scripts/substitute.scm (%narinfo-negative-ttl): Reduce to 1h.
This commit is contained in:
parent
d3162b98a8
commit
099d709caf
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ (define %narinfo-ttl
|
|||
|
||||
(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").
|
||||
|
|
Loading…
Reference in a new issue