You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/07/29 20:45:56 UTC

[couchdb] branch prototype/fdb-replicator updated (4fba9dc -> 721c8c0)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch prototype/fdb-replicator
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 4fba9dc  [wip] implement scheduling algorithm
     add 721c8c0  [wip] set up filter source fetching

No new revisions were added by this update.

Summary of changes:
 src/couch_replicator/src/couch_replicator.erl      |  15 +--
 .../src/couch_replicator_doc_processor.erl         |  24 +---
 src/couch_replicator/src/couch_replicator_jobs.erl |  22 ++++
 .../src/couch_replicator_scheduler_job.erl         | 144 +++++++++++++++++++--
 4 files changed, 159 insertions(+), 46 deletions(-)