]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - CONFIGURE
Added a FormAction extension
[quix0rs-gnu-social.git] / CONFIGURE
index 0a3579885cf5b835ecc78d3144ed2f245706b845..c5fac78730c88358833c5b9ccb9a1b0efe3e795c 100644 (file)
--- a/CONFIGURE
+++ b/CONFIGURE
@@ -646,7 +646,7 @@ search
 Some stuff for search.
 
 type: type of search. Ignored if PostgreSQL or Sphinx are enabled. Can either
-    be 'fulltext' (default) or 'like'. The former is faster and more efficient
+    be 'fulltext' or 'like' (default). The former is faster and more efficient
     but requires the lame old MyISAM engine for MySQL. The latter
     will work with InnoDB but could be miserably slow on large
     systems. We'll probably add another type sometime in the future,
@@ -852,3 +852,19 @@ path: Path to the plugin files. defaults to site/path + '/plugins/'. Expects tha
       each plugin will have a subdirectory at plugins/NameOfPlugin. Change this
       if you're using a CDN.
 sslpath: Path to use on the SSL server. Same as plugins/path.
+
+performance
+-----------
+
+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.
+
+oldschool
+---------
+
+enabled: enable certain old-style user settings options, like stream-only mode,
+        conversation trees, and nicknames in streams. Off by default, and
+        may not be well supported in future versions.
+
+