diff options
author | Michael Vogel <icarus@dabo.de> | 2012-05-26 03:21:07 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-05-26 03:21:07 +0200 |
commit | 49512105082dde72553f4250e6284920612cc6b8 (patch) | |
tree | e6222e7ca809b116af44d006218271bc36b5c009 /htconfig.php | |
parent | a71e3134bf7250b60cafd1e51098eea70c3459de (diff) | |
download | volse-hubzilla-49512105082dde72553f4250e6284920612cc6b8.tar.gz volse-hubzilla-49512105082dde72553f4250e6284920612cc6b8.tar.bz2 volse-hubzilla-49512105082dde72553f4250e6284920612cc6b8.zip |
Speed optimisation by enabling the posibility of the MySQL fulltext engine
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php index 872572654..2c5658be4 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; |