You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/05 06:09:12 UTC

[jira] [Commented] (COUCHDB-3010) Add rate limiter for replication

    [ https://issues.apache.org/jira/browse/COUCHDB-3010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271937#comment-15271937 ] 

ASF subversion and git services commented on COUCHDB-3010:
----------------------------------------------------------

Commit b7b2ac3663fc653ece65ab601d48333d07aac878 in couchdb-couch-replicator's branch refs/heads/3010-add-rate-limiter from [~tonysun83]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-couch-replicator.git;h=b7b2ac3 ]

Add rate limiter for replication

For a remote replication request, we add in support for rate limiting.
We add in 4 new replication options:

src_rate_limit
src_rate_period
target_rate_limit
target_rate_period

These define the maximum number of requests per interval,
i.e limit = 10, period = 5 would be a rate of 2 requests per second.

COUCHDB-3010


> Add rate limiter for replication
> --------------------------------
>
>                 Key: COUCHDB-3010
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3010
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: Replication
>            Reporter: Tony Sun
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)