diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-08-23 14:51:33 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-08-23 14:51:33 +0000 |
commit | 68f3b69055f2195e6a0a8e614b9f67628503b9ed (patch) | |
tree | 2f33e1fae0f16b915febbd239a2aece3cbd59d5a /config/ampache.cfg.php.dist | |
parent | 1b35ffb126323271507b6e170314c5138c9c8c4c (diff) | |
download | ampache-68f3b69055f2195e6a0a8e614b9f67628503b9ed.tar.gz ampache-68f3b69055f2195e6a0a8e614b9f67628503b9ed.tar.bz2 ampache-68f3b69055f2195e6a0a8e614b9f67628503b9ed.zip |
sync from branch
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 4317b60c..8e0f3fb7 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -250,6 +250,15 @@ ratings = "true" ; DEFAULT: false ;demo_mode = "false" +; Caching +; This turns the caching mechanisms on or off, due to a large number of +; problems with people with very large catalogs and low memory settings +; this is off by default as it does significantly increase the memory +; requirments on larger catalogs. If you have the memory this can create +; a 2-3x speed improvement. +; DEFAULT: false +;memory_cache = false + ; Memory Limit ; This defines the "Min" memory limit for PHP if your php.ini ; has a lower value set Ampache will set it up to this. If you |