Enabled caching
This commit is contained in:
@@ -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,
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user