Some cache fixes

This commit is contained in:
Deon George
2011-05-29 19:33:32 +10:00
parent fe549c1c05
commit d3b97ae485
4 changed files with 10 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ return array
'file' => array
(
'driver' => 'file',
'cache_dir' => '/dev/shm/lnapp',
'cache_dir' => Kohana::$cache_dir ? Kohana::$cache_dir : '/dev/shm/lnapp',
'default_expire' => 3600,
)
);