mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Change internal representation of cache groups
This commit is contained in:
parent
3117621270
commit
8d733f1928
10 changed files with 75 additions and 12 deletions
|
|
@ -467,7 +467,7 @@ class adminAdminView extends admin
|
|||
}
|
||||
else
|
||||
{
|
||||
$object_cache_type = 'dummy';
|
||||
$object_cache_type = 'file';
|
||||
}
|
||||
$cache_default_ttl = 86400;
|
||||
$cache_servers = Rhymix\Framework\Config::get('cache');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue