Subject: | AnyEvent::CouchDB does not support setting the continuous flag for replication |
Replication requests have a continuous parameter which, if set to true,
will lead to CouchDB automatically replicating upon changes. It is
completely missing from the replicate() function in AnyEvent::CouchDB.
See also http://books.couchdb.org/relax/reference/replication (the last
chapter about continuous replication). When manually adding that flag in
the source code, it works fine.