mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
added an important note about cache_path since we may force file based caching for larger files instead using the configured adapter
This commit is contained in:
@@ -389,6 +389,12 @@ $config['error_views_path'] = '';
|
|||||||
|
|
|
|
||||||
| CodeIgniter supports multiple cache adapters to improve application performance
|
| CodeIgniter supports multiple cache adapters to improve application performance
|
||||||
| by storing frequently accessed data.
|
| by storing frequently accessed data.
|
||||||
|
|
|
||||||
|
| Important Notice:
|
||||||
|
| There might some places where Wavelog forces the file adapter instead using the configured one.
|
||||||
|
| This happens when caching for large files like images or comparable data is needed. So even
|
||||||
|
| when you configure another adapter here, Wavelog might still use file caching in some places and respects
|
||||||
|
| the configured cache path for that.
|
||||||
|
|
|
|
||||||
| 'cache_path'
|
| 'cache_path'
|
||||||
| Directory path for file-based caching. Leave BLANK to use the default
|
| Directory path for file-based caching. Leave BLANK to use the default
|
||||||
|
|||||||
Reference in New Issue
Block a user