summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-17 15:05:47 +0200
committerGravatar default2022-10-17 15:05:47 +0200
commitc8416e1b83bab8cef2b5f8073a4faf11d02945bd (patch)
tree417728cbfa856b012786caef854e1d25a1cd901f
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-c8416e1b83bab8cef2b5f8073a4faf11d02945bd.tar.gz
snac2-c8416e1b83bab8cef2b5f8073a4faf11d02945bd.tar.xz
snac2-c8416e1b83bab8cef2b5f8073a4faf11d02945bd.zip
Updated documentation.
-rw-r--r--doc/snac.84
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 54b17df..8fa00e5 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -129,7 +129,9 @@ This is a list of URLs to CSS files that will be inserted, in this order,
129in the HTML before the user CSS. Use these files to configure the global 129in the HTML before the user CSS. Use these files to configure the global
130site layout. 130site layout.
131.It Ic disable_cache 131.It Ic disable_cache
132If set to true, timeline caching is not done. 132If set to true, timeline caching is not done. This is only useful for
133debugging purposes; don't enable it unless you know what do you want, as
134it makes everything slower.
133.El 135.El
134.Pp 136.Pp
135You must restart the server to make effective these changes. 137You must restart the server to make effective these changes.