Skip to content

Add support to control kio cache by environment variable KIO_DISABLE_CACHE

Ralf Habacker requested to merge habacker/kio:439919-disable-kio-cache into master

On Windows the cache is disabled by default and can be enabled with the mentioned environment variable and the value '0', on unix-like operating systems the cache is enabled by default and can be disabled with the mentioned environment variable with the value '1'.

In the disabled case running the helper tool kio_http_cache_cleaner will be blocked.

BUG:439919 FIXED-IN:5.88.0

Edited by Méven Car

Merge request reports