Added preload caching

This commit is contained in:
Deon George
2011-06-01 19:30:22 +10:00
parent d7822a03e8
commit 35426141e5
3 changed files with 65 additions and 6 deletions

View File

@@ -56,6 +56,13 @@ return array
'VOLUMES' => 1200,
'VOLUMEUSAGE' => 1200,
),
'cachepreload' => array(
'DEVCLASSES' => 1200,
'DOMAINS' => 1200,
'NODES' => 1200,
'STGPOOLS' => 1200,
'VOLUMES' => 1200,
),
'profiling' => TRUE,
),
);