Skip to content

Commit

Permalink
Revert "Dev Now use proper caching for LEM instead of storing it in t…
Browse files Browse the repository at this point in the history
…he session."

This reverts commit 3bcc8b3.
  • Loading branch information
SamMousa committed Aug 5, 2014
1 parent 60fa208 commit 8385dc3
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 70 deletions.
8 changes: 1 addition & 7 deletions application/config/internal.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,11 @@
'class' => 'CLogRouter'
),
'cache'=>array(
'class' => defined('YII_DEBUG') && YII_DEBUG ? 'system.caching.CDummyCache' : 'CFileCache',
'class'=>'system.caching.CFileCache',
),
'db' => array(
'schemaCachingDuration' => 3600,
),
'messages' => array(
'class' => 'GettextMessageSource',
'useMoFile' => true,
'basePath' => __DIR__ . '/../../locale'
)

)
);

Expand Down

0 comments on commit 8385dc3

Please sign in to comment.