On Thu, Oct 13, 2011 at 6:56 PM, Jens Alfke <[email protected]> wrote: > If I create a persistent replication document in the _replicator database, > and don’t mark it as continuous, then after it finishes copying documents > it’ll stop. So how do I make it run again? Do I just PUT a new revision with > the _replication_state field changed to “triggered”?
If you set the state field to triggered it will be a no-op. Just update the document with a version not containing the _replication_state field or create a new one (with other id) describing the same replication. > > —Jens -- Filipe David Manana, "Reasonable men adapt themselves to the world. Unreasonable men adapt the world to themselves. That's why all progress depends on unreasonable men."
