aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-05-29 13:13:10 -0700
committerSimon <simon@kisikew.org>2012-05-29 13:13:10 -0700
commit43c185ce04051caa0ae7543d635fa0b015befc58 (patch)
tree492e88d698971dd94d512172df7b71ed04e3048d /htconfig.php
parent39927e3dc5d0fc942ef9428b5c5c0d9b8cbb2f56 (diff)
parentc707cba4c8cd8855124b1991cfe8fd2c0c34c8ba (diff)
downloadvolse-hubzilla-43c185ce04051caa0ae7543d635fa0b015befc58.tar.gz
volse-hubzilla-43c185ce04051caa0ae7543d635fa0b015befc58.tar.bz2
volse-hubzilla-43c185ce04051caa0ae7543d635fa0b015befc58.zip
Merge pull request #316 from annando/master
Speed improvements
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php
index 872572654..de7674c9a 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -88,3 +88,6 @@ $a->config['system']['itemcache'] = "";
// If enabled, the lockpath is used for a lockfile to check if the poller is running
$a->config['system']['lockpath'] = "";
+
+// If enabled, the MyBB fulltext engine is used
+// $a->config['system']['use_fulltext_engine'] = true;