]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - CONFIGURE
Faster inboxnoticestream.php by XRevan86.
[quix0rs-gnu-social.git] / CONFIGURE
index 92ae78204e701ca3848d5b5d81aa7aecab4dfdd3..e6b09a4ce330a6adb4535bc992b2637f8dc08594 100644 (file)
--- a/CONFIGURE
+++ b/CONFIGURE
@@ -497,9 +497,9 @@ Profile management.
 
 biolimit: max character length of bio; 0 means no limit; null means to use
     the site text limit default.
-backup: whether users can backup their own profiles. Defaults to true.
+backup: whether users can backup their own profiles. Defaults to false.
 restore: whether users can restore their profiles from backup files. Defaults
-        to true.
+        to false.
 delete: whether users can delete their own accounts. Defaults to false.
 move: whether users can move their accounts to another server. Defaults
       to true.
@@ -774,6 +774,13 @@ high: if you need high performance, or if you're seeing bad
       performance, set this to true. It will turn off some high-intensity code from
       the site.
 
+cache
+-----
+
+dir: A string path to a writable directory that will be used as temporary cache
+     for some functions (currently just the HtmlSanitizer).
+     If it is not set, the GNU social installation directory will be used.
+
 oldschool
 ---------