From: Cash Costello Date: Fri, 27 Jan 2012 12:55:36 +0000 (-0500) Subject: Fixes #3651 fixed documentation of disable db cache setting and updated wiki X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=221bc24171ada6a28387956e7d844e58c366e76c;p=lorea%2Felgg.git Fixes #3651 fixed documentation of disable db cache setting and updated wiki --- diff --git a/engine/settings.example.php b/engine/settings.example.php index 011770f89..3b139d710 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -107,7 +107,7 @@ $CONFIG->broken_mta = FALSE; * * Elgg stores each query and its results in a query cache. * On large sites or long-running scripts, this cache can grow to be - * large. To disable query caching, set this to FALSE. + * large. To disable query caching, set this to TRUE. * * @global bool $CONFIG->db_disable_query_cache */