Q: what're the means about android sync completed number

hi:
when I use couchbase lite sync data from the server, the android logcat will have below message:


my question is:
my bucket only has about 1000’s data.
what’s the complete and total number?

thanks for your reply!

You can think of them as opaque values. For pull data they represent bytes I believe. The only thing you need to look at is how close the completed is to the total (which unfortunately, is a rolling total so it keeps going up)

@borrrden
got it. thanks for your reply.