Revision 6eda65b...

Go back to digest for 16th February 2014

Features in KDE-PIM

Vishesh Handa committed changes in [kdepimlibs] /:

Akonadi ItemFetchJob: Add customizable delivery options

One can now configure how the ItemFetchJob should return the results -
in batches, individually, or via the getter functions.

This is especially useful when fetching very large collections for
indexing since we can keep indexing them and dropping them. Otherwise
they would all be stored internally in the ItemFetchJob and would
consume a lot more memory.

REVIEW: 114505

File Changes

Modified 2 files
  •   akonadi/itemfetchjob.cpp
  •   akonadi/itemfetchjob.h
2 files changed in total