aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-03-26 12:59:10 +0000
committerChristopher Baines <mail@cbaines.net>2024-03-26 12:59:10 +0000
commita32f1f5e3f42ee31148c75badf5eeb306f6a9971 (patch)
tree5449446f633e7586208d6c35eccc8e4186fb06e6
parent574b43e8bcd6f565079f17893ad842c9308d3397 (diff)
downloadnar-herder-a32f1f5e3f42ee31148c75badf5eeb306f6a9971.tar
nar-herder-a32f1f5e3f42ee31148c75badf5eeb306f6a9971.tar.gz
Fix option name
-rw-r--r--nar-herder/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nar-herder/server.scm b/nar-herder/server.scm
index dee2cda..4708c4e 100644
--- a/nar-herder/server.scm
+++ b/nar-herder/server.scm
@@ -880,7 +880,7 @@
(make-request-handler
database
canonical-storage
- #:base-ttl (or (assq-ref opts 'narinfo-new-ttl)
+ #:base-ttl (or (assq-ref opts 'new-narinfo-ttl)
(assq-ref opts 'narinfo-ttl))
#:base-cached-compressions-ttl
(or (assq-ref opts 'new-cached-compressions-narinfo-ttl)