Merge "Restore sync window to PIM syncs"
This commit is contained in:
commit
005db01c74
@ -95,6 +95,7 @@ public abstract class AbstractSyncAdapter {
|
|||||||
throws IOException {
|
throws IOException {
|
||||||
s.tag(Tags.SYNC_DELETES_AS_MOVES);
|
s.tag(Tags.SYNC_DELETES_AS_MOVES);
|
||||||
s.tag(Tags.SYNC_GET_CHANGES);
|
s.tag(Tags.SYNC_GET_CHANGES);
|
||||||
|
s.data(Tags.SYNC_WINDOW_SIZE, PIM_WINDOW_SIZE);
|
||||||
s.start(Tags.SYNC_OPTIONS);
|
s.start(Tags.SYNC_OPTIONS);
|
||||||
// Set the filter (lookback), if provided
|
// Set the filter (lookback), if provided
|
||||||
if (filter != null) {
|
if (filter != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user