engine: enable out-of-order command execution for SyncEvolution<->SyncEvolution

To take full advantage of batch operations, we must enable out-of-order
execution of commands. Otherwise the engine will never issue more than
one change to us. Do it for SyncEvolution as peer.

TODO: do it for all peers or disable batched processing when it is not
enabled.
This commit is contained in:
Patrick Ohly 2013-06-10 22:58:03 +02:00
parent ebef300ae5
commit 0b35ac1e6d

View file

@ -2,6 +2,9 @@
<manufacturer>Patrick Ohly</manufacturer>
<model>SyncEvolution</model>
<!-- enable reordering when talking to ourselves, enables asynchronous and batched execution -->
<strictexecordering>no</strictexecordering>
<include rule="HAVE-SYNCEVOLUTION-EXDATE-DETACHED"/>
<include rule="HAVE-EVOLUTION-UI-SLOT"/>