Ensure people know what the memcache setting does
Even though memcache can be disabled, the memcache library is a requirement as listed in the README.md. I clarified that in the configuration file itself to ensure people install it even though they might be disabling it for debugging purpose. Fixes #409
This commit is contained in:
parent
2e674fd50e
commit
9e878b06d5
@ -229,11 +229,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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user