Merge pull request #414 from TheSerapher/issue-409

Ensure people know what the memcache setting does
This commit is contained in:
Sebastian Grewe 2013-07-09 14:23:10 -07:00
commit 223195c08a

View File

@ -296,11 +296,15 @@ $config['confirmations'] = 120;
/** /**
* Memcache configuration * Memcache configuration
* *
* Please note that a memcache is greatly increasing performance * Even though you can disable the memcache for debugging purposes, the memcache
* when combined with the `statistics.php` cronjob. Disabling this * library is still required for mmcfe-ng to work. You should not disable this in
* is not recommended in a live environment! * a live environment since a lot of data is cached for the website to increase load
* times!
* *
* Explanations * Explanations
* enabled : Disable (false) memcache for debugging or enable (true) it
* host : Host IP or hostname
* port : memcache port
* keyprefix : Must be changed for multiple mmcfe-ng instances on one host * keyprefix : Must be changed for multiple mmcfe-ng instances on one host
* expiration : Default expiration time in seconds of all cached keys. * expiration : Default expiration time in seconds of all cached keys.
* Increase if caches expire too fast. * Increase if caches expire too fast.