]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
Speed optimisation by enabling the posibility of the MySQL fulltext engine
[friendica.git] / htconfig.php
index 872572654a705cec36d5f39d43353d4f7fd64209..2c5658be4dc5fdb9f5ad812fa0668b9a6bb453de 100644 (file)
@@ -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;