mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Automatically use APC if available when installing
This commit is contained in:
parent
9ef29a5f1c
commit
27ccbc3d9e
2 changed files with 9 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ return array(
|
|||
),
|
||||
),
|
||||
'cache' => array(
|
||||
'type' => null,
|
||||
'ttl' => 86400,
|
||||
'servers' => array(),
|
||||
'truncate_method' => 'delete',
|
||||
),
|
||||
'ftp' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue