OSB enhancements to date
This commit is contained in:
10
application/config/cache.php
Normal file
10
application/config/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
return array
|
||||
(
|
||||
'file' => array
|
||||
(
|
||||
'driver' => 'file',
|
||||
'cache_dir' => '/dev/shm/osb',
|
||||
'default_expire' => 3600,
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user