On Sun, Aug 2, 2015 at 3:25 AM, Adam Kocoloski <[email protected]> wrote: > The replicator will dynamically choose _bulk_docs batch sizes based on the > number of documents that are ready to be transmitted to the source. It’s > possible to set an upper bound on the size of the batch, but at this time > it’s not possible to set a lower bound.
Suddenly, batch size is not configurable[1] and strictly limited by 512KiB. For local targets it's limited by 10 documents. [1] : https://github.com/apache/couchdb-couch-replicator/blob/master/src/couch_replicator_worker.erl#L415 [2]: https://github.com/apache/couchdb-couch-replicator/blob/master/src/couch_replicator_worker.erl#L29 -- ,,,^..^,,,
