It only keeps the 50 most recent entries and then discards them. It's
simply a history for humans to see what happened during recent
replications, for debugging and monitoring. It probably should be a
setting somewhere.
-Damien
On Sep 7, 2008, at 2:07 AM, Roberto R wrote:
Forgot to mention that I'm using 0.8.1.
On Sun, Sep 7, 2008 at 6:04 AM, Roberto R <[EMAIL PROTECTED]>
wrote:
Hi,
I'd like to find out the expected behavior for the response to
_replicate.
Right now, I'm seeing a growing list of replication events being
returned
each time _replicate is called. I'm worried the response will
eventually be
too long to handle. The length of the response doesn't seem to be
tied to
the "replication session_id" because I get a different list of
replication
events in the response through the Futon client, a
DbUpdateNotificationProcess script, and a Ruby irb session, even
though I am
restarting the CouchDB server and executing the same source to target
replication through the 3 different methods.
Thanks!
Roberto