> On Sep 17, 2014, at 6:48 AM, Martin Palatnik <[email protected]> wrote: > > Although my code is working as expected I'm having some issues to understand > some information I'm seeing in the logs: There are a bunch of GET calls to > {db}/_local/{someweirdID} that I don't understand. Below is an extract from > the log.
Those are replication checkpoints. They're managed by the CBL replicator. Just ignore them. Or if you want to know more, read about the replication algorithm <https://github.com/couchbase/couchbase-lite-ios/wiki/Replication-Algorithm>. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/3534685E-9F8B-4A5A-9BD7-B1A93E2495B4%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
