publish: Remove outdated comment.
* guix/scripts/publish.scm (make-request-handler): Remove outdated TODO.
This commit is contained in:
parent
4c8603e808
commit
e84e036943
|
@ -848,8 +848,6 @@ blocking."
|
|||
(render-home-page request))
|
||||
;; /<hash>.narinfo
|
||||
(((= extract-narinfo-hash (? string? hash)))
|
||||
;; TODO: Register roots for HASH that will somehow remain for
|
||||
;; NARINFO-TTL.
|
||||
(if cache
|
||||
(render-narinfo/cached store request hash
|
||||
#:cache cache
|
||||
|
|
Loading…
Reference in New Issue