From a19a79360e9808923ce8acc4800e4173c59672ec Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 1 Feb 2026 20:38:29 +0100 Subject: [PATCH] added an important note about cache_path since we may force file based caching for larger files instead using the configured adapter --- application/config/config.sample.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/application/config/config.sample.php b/application/config/config.sample.php index f2ec2ee64..7de20dead 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -389,6 +389,12 @@ $config['error_views_path'] = ''; | | CodeIgniter supports multiple cache adapters to improve application performance | 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' | Directory path for file-based caching. Leave BLANK to use the default