Skip to content
Snippets Groups Projects
Commit abbd5455 authored by Erick Hitter's avatar Erick Hitter
Browse files

Debugging shouldn't default to on. This was a regression introduced in 682695f7.

parent 2bf74459
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
global $redis_page_cache_config;
$redis_page_cache_config = array(
'debug' => true,
'debug' => false,
'debug_messages' => '',
'stats' => false,
'cached' => false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment