Revision d63c090...

Go back to digest for 9th February 2014

Bug Fixes in KDE Base

Vishesh Handa committed changes in [baloo] src/file/fileindexerconfig.cpp:

FileIndexerConfig: Disable initial update for files

When baloo_file starts it looks through every file in your filesystem
which should be indexed and compares the mtime of each of them with the
mtime stored in the db.

This is useful to detct changes which occured when baloo_file was not
running. However, baloo should always be running so we don't really need
to check this on startup. It causes large amount of disk io on startup.

File Changes

Modified 1 files
  • src/file/fileindexerconfig.cpp
1 files changed in total