Enabled caching

This commit is contained in:
Deon George
2011-05-28 19:46:46 +10:00
parent dcd6a54cb9
commit 8b685a84dd
6 changed files with 78 additions and 7 deletions

View File

@@ -36,7 +36,25 @@ return array
),
'table_prefix' => '',
'charset' => 'utf8',
'caching' => FALSE,
'caching' => TRUE,
'cache' => array(
'ASSOCIATIONS' => 1200,
'AR_COPYGROUPS' => 1200,
'BU_COPYGROUPS' => 1200,
'CLIENT_SCHEDULES' => 1200,
'CLIENTOPTS' => 1200,
'DEVCLASSES' => 1200,
'EVENTS' => 1200,
'FILESPACES' => 1200,
'MGMTCLASSES' => 1200,
'NODES' => 1200,
'OCCUPANCY' => 1200,
'SCHEMA' => 604800,
'STGPOOLS' => 1200,
'SUMMARY' => 60,
'VOLUMES' => 1200,
'VOLUMEUSAGE' => 1200,
),
'profiling' => TRUE,
),
);