Max Cache files not respected
-
Hi,
I am testing the plugin on WordPress 5.5.1, php 7.4.7 and plugin Version 20.09.06.
I configured ram disk on external path to wp-content and set it using the
define( ‘DOCKET_CACHE_PATH’, ‘/tmp/ramdisk/cache/docket-cache/’ );
define( ‘DOCKET_CACHE_DATA_PATH’, ‘/tmp/ramdisk/docket-cache-data/’ ); FYI – This is not documented.I wanted to test the behaviour when reaching the max file and max file size so I set it using to lower values
define(‘DOCKET_CACHE_MAXSIZE_DISK’, 524288000);
define(‘DOCKET_CACHE_MAXFILE’, 5000);
but is looks they don’t have any affect, the config is correct on the wordpress dashboard but it is using more storage and creating more files. Any idea? also what should be the expected behaviour once crossing the threshold?Thanks
- The topic ‘Max Cache files not respected’ is closed to new replies.