Automatically use APC if available when installing

This commit is contained in:
Kijin Sung 2020-09-07 20:40:17 +09:00
parent 9ef29a5f1c
commit 27ccbc3d9e
2 changed files with 9 additions and 0 deletions

View file

@ -21,6 +21,9 @@ return array(
),
),
'cache' => array(
'type' => null,
'ttl' => 86400,
'servers' => array(),
'truncate_method' => 'delete',
),
'ftp' => array(