Hi All, After looking at the docs for CouchDB 2.1 replication, I have a few questions:
1. interval – sounds like this is the time period during which replication jobs are left alone to do their work. After this period, rescheduling may occur, affecting up to max_churn number of replications, correct? 2. worker_processes – does this affect the number of processes/threads available to all replication jobs, or the number available to each replication job? 3. worker_batch_size – is this the number of docs that get replicated between checkpoints? 4. The documentation states "In a cluster, replication jobs are balanced evenly among all the nodes nodes such that a replication job runs on only one node at a time." Does this mean that for each replication job, only one shard is being replicated at a time? Thanks! - Phil
