set default caching type to apcu to improve UX (fallback is always file)

This commit is contained in:
HB9HIL
2026-02-20 16:55:51 +01:00
parent af12ef8f57
commit c85fb353e3
2 changed files with 2 additions and 2 deletions

View File

@@ -433,7 +433,7 @@ $config['error_views_path'] = '';
|
*/
$config['cache_path'] = '';
$config['cache_adapter'] = 'file';
$config['cache_adapter'] = 'apcu';
$config['cache_backup'] = 'file';
$config['cache_key_prefix'] = '';

View File

@@ -433,7 +433,7 @@ $config['error_views_path'] = '';
|
*/
$config['cache_path'] = '';
$config['cache_adapter'] = 'file';
$config['cache_adapter'] = 'apcu';
$config['cache_backup'] = 'file';
$config['cache_key_prefix'] = '';