couchbaselabs / mobile-training-todo

ToDo List app built with Couchbase Mobile
57 stars 38 forks source link

new task with delta sync #189

Closed jayahariv closed 5 years ago

jayahariv commented 5 years ago

Hope this works, can see a verbose log says,

2019-08-01 15:42:46.530777-0700 Todo[569:33928] CouchbaseLite Replicator Verbose: {Pusher#187} Encoded revision as delta, saving 500200 bytes:
    old = {"taskList":{"id":"jay.<ID>","owner":"jay"},"type":"task","complete":false,"createdAt":"2019-08-01T22:14:44.285Z","task":"One","key":"1234567890123456...
pasin commented 5 years ago

Wondering that it doesn't need update to have delta sync?

jayahariv commented 5 years ago

After creating such a huge task, any small update from then on will be a delta, like select/deselect the task, rename the task will be a delta.