cache_config preliminary release

This commit is contained in:
czaks
2015-04-05 18:48:53 +02:00
parent b8fe93fd8f
commit dc2928a14d
2 changed files with 62 additions and 16 deletions

View File

@@ -137,6 +137,11 @@
// Tinyboard to use.
$config['cache']['redis'] = array('localhost', 6379, '', 1);
// EXPERIMENTAL: Should we cache configs? Warning: this changes board behaviour, i'd say, a lot.
// If you have any lambdas/includes present in your config, you should move them to instance-functions.php
// (this file will be explicitly loaded during cache hit, but not during cache miss).
$config['cache_config'] = false;
/*
* ====================
* Cookie settings