Skip to content

attica-kde: Use the correct location for determining the max cache size

Fabian Vogt requested to merge work/fvogt/kde464517 into master

QStorageInfo returns -1 there if the cache directory didn't exist yet. QNetworkDiskCache happily accepts 0 as max size and eagerly deletes everything it can on every occasion, triggering cache corruption.

BUG: 464517

Merge request reports