openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4b06872a52c76a46f8614659cf2108e9cd2a54b2
parent a9de7d740a8962f23bea5326ceb757e6764fcdc6
Author: dankert <devnull@localhost>
Date:   Tue, 17 Mar 2009 22:59:43 +0100

Neue Default-Einstellung enable_cache=false, damit keine unerwünschten Effekte auftreten, welche Neueinsteiger verwirrfen würden.

Diffstat:
config/cache.ini.php | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/config/cache.ini.php b/config/cache.ini.php @@ -8,8 +8,11 @@ conditional_get=true ; Pages and files are cached in a temporary directory. -; Leave this to "true", as it will improve the performance. -enable_cache=true +; 'false' means generate each page again and again +; 'true' will cache a page's content. This will improve +; the performance, but has some side effects, +; f.e. no dynamic content will be updated. +enable_cache=false