Skip to content
Commit 30a1e183 authored by Vishesh Handa's avatar Vishesh Handa
Browse files

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
parent 3675bce6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment