Merge pull request #2992 from HB9HIL/apcu_default

This commit is contained in:
Fabian Berg
2026-02-23 07:10:48 +01:00
committed by GitHub
4 changed files with 61 additions and 14 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'] = '';