Cache of database "queries" can now be disabled (default). Please note, that if
[core.git] / inc / config.php
index 18f58c0b418c035d1073f69a6577c2e35509e9c2..868f53fd39aed93777a45997479cec348dd33d2f 100644 (file)
@@ -353,5 +353,8 @@ $cfg->setConfigEntry('proxy_connect_method', 'Y');
 // CFG: HOSTNAME-FILE
 $cfg->setConfigEntry('hostname_file', '/etc/hostname');
 
+// CFG: DATABASE-CACHE-ENABLED
+$cfg->setConfigEntry('database_cache_enabled', FALSE);
+
 // [EOF]
 ?>