aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorAmineChikhaoui <amine.chikhaoui91@gmail.com>2018-04-02 17:41:49 +0100
committerAmineChikhaoui <amine.chikhaoui91@gmail.com>2018-04-06 10:51:18 +0100
commit86930ed414f9243ca75679b924bf26f5940eb8c9 (patch)
treed664c44a63968dd0774c4ab55200f23a601077aa /doc/manual
parent2855c3d965bab5e88c4cd08dc3a92e705ff5ac9f (diff)
add documentation for the local disk cache TTL config
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/command-ref/conf-file.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml
index 6638bf61e..1033d385e 100644
--- a/doc/manual/command-ref/conf-file.xml
+++ b/doc/manual/command-ref/conf-file.xml
@@ -788,6 +788,30 @@ password <replaceable>my-password</replaceable>
</varlistentry>
+ <varlistentry xml:id="conf-negative-disk-cache-ttl"><term><literal>negative-disk-cache-ttl</literal></term>
+
+ <listitem>
+
+ <para>The TTL in seconds for negative lookups. If a store path is queried from a substituer but
+ was not found, there will be a negative lookup cached in the local disk cache database for the specified
+ duration.</para>
+
+ </listitem>
+
+ </varlistentry>
+
+ <varlistentry xml:id="conf-positive-disk-cache-ttl"><term><literal>positive-disk-cache-ttl</literal></term>
+
+ <listitem>
+
+ <para>The TTL in seconds for positive lookups. If a store path is queried from a substituer, the result of
+ the query will be cached in the local disk cache database including some of the NAR metadata. Setting a TTL
+ for positive lookups can be useful in case of builds that aren't reproducible, in which case having a more
+ frequent cache invalidation would prevent hash mismatch issues.</para>
+
+ </listitem>
+
+ </varlistentry>
</variablelist>