Revision a9320e6...

Go back to digest for 25th November 2012

Optimization in KDE Base

Vishesh Handa committed changes in [nepomuk-core] services/storage/datamanagementmodel.cpp:

MergeResource: Merge them in batches of 10

Now with the nepomukcleaner, merge resources gets used a lot, and
sometimes we send it a lot of data to merge. The queries then get too
long and it flakes out.

Better to do it in smaller batches.

File Changes

Modified 1 files
  • services/storage/datamanagementmodel.cpp
1 files changed in total