mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
set default caching type to apcu to improve UX (fallback is always file)
This commit is contained in:
@@ -433,7 +433,7 @@ $config['error_views_path'] = '';
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['cache_path'] = '';
|
$config['cache_path'] = '';
|
||||||
$config['cache_adapter'] = 'file';
|
$config['cache_adapter'] = 'apcu';
|
||||||
$config['cache_backup'] = 'file';
|
$config['cache_backup'] = 'file';
|
||||||
$config['cache_key_prefix'] = '';
|
$config['cache_key_prefix'] = '';
|
||||||
|
|
||||||
|
|||||||
@@ -433,7 +433,7 @@ $config['error_views_path'] = '';
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['cache_path'] = '';
|
$config['cache_path'] = '';
|
||||||
$config['cache_adapter'] = 'file';
|
$config['cache_adapter'] = 'apcu';
|
||||||
$config['cache_backup'] = 'file';
|
$config['cache_backup'] = 'file';
|
||||||
$config['cache_key_prefix'] = '';
|
$config['cache_key_prefix'] = '';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user