Fix built-in documentation

This commit is contained in:
Ilya Stromberg 2013-07-11 20:19:35 +04:00
parent 8f4b4ed970
commit 521bcc8022

View File

@ -315,10 +315,12 @@ $config['confirmations'] = 120;
/** /**
* Memcache configuration * Memcache configuration
* *
* Even though you can disable the memcache for debugging purposes, the memcache * To disable memcache set option $config['memcache']['enabled'] = false
* library is still required for mmcfe-ng to work. You should not disable this in * After disable memcache installation of memcache is not required.
* a live environment since a lot of data is cached for the website to increase load *
* times! * Please note that a memcache is greatly increasing performance
* when combined with the `statistics.php` cronjob. Disabling this
* is not recommended in a live environment!
* *
* Explanations * Explanations
* enabled : Disable (false) memcache for debugging or enable (true) it * enabled : Disable (false) memcache for debugging or enable (true) it