Revision 947db61...

Go back to digest for 13th January 2013

Optimization in KDE Base

Vishesh Handa committed changes in [nepomuk-core/KDE/4.10] services/fileindexer/indexer/simpleindexer.cpp:

SimpleIndexing: Do not save the unix file ownner, group and permissions

They were for an optimizations in the nepomuksearch query slave where
these properties were fetched so that we did not have to stat the file.
However, now we no longer pre-fetch them cause we always need to stat
the file in order to check if it exists in the file system.

File Changes

Modified 1 files
  • services/fileindexer/indexer/simpleindexer.cpp
1 files changed in total