(1) 13:31:57.762 MyApp[5768:907] SYNC progress: 1 of 2
(2) 13:31:58.254| Sync: TDPuller[http://couchperf.infinitecampus.com:5984/channel-6bcf59eaf02fc145a8212134b56216ce] queued 1 remote revisions from seq=1903 (0 in bulk, 1 individually)
(3) 13:31:59.327| Sync: TDPuller[http://couchperf.infinitecampus.com:5984/channel-6bcf59eaf02fc145a8212134b56216ce] inserted 1 revs in 0.025 sec (39.9/sec)
(4) 13:31:59.333| Sync: ReplicatorManager: Updating {65B4191C-7DFA-448E-9030-D085300A5387 #2-7f1706dfcd307492be5bb4f2fb39a393} with {
"_replication_id" = "23A0FBE6-90F1-4890-B13E-7029956E6465";
}
I've been testing my app and noticed a ~ .5 second delay between the start of syncing (i.e. the value at kCompletedKeyPath changes) and the time TDPuller springs into action. This delay appears to be due to kProcessDelay being set to 0.5 in TDReplicator.m.