Skip to content

Consider slow files as remote files in previewjob

Bharadwaj Raju requested to merge work/bharadwaj/previewjob-skip-slow into master

Consider files which are slow according to KFileItem::isSlow() as remote files. This makes browsing FUSE remote mounts (like with rclone) much smoother. Such mounts are still isLocalFile(), even though they represent a remote resource.

BUG: 349161

BUG: 372849

Edited by Bharadwaj Raju

Merge request reports