Skip to content

[BasicIndexingJob] Shortcut XAttr retrieval for files without attributes

Stefan Brüns requested to merge bruns/baloo:xattr_shortcut into master

For the common case of files having no XAttrs (comments, tags, ratings), query just once if there are attributes, and if not skip any further accesses.

Merge request reports