nickva commented on a change in pull request #470: Scheduling Replicator
URL: https://github.com/apache/couchdb/pull/470#discussion_r114019997
 
 

 ##########
 File path: rel/overlay/etc/default.ini
 ##########
 @@ -318,12 +318,8 @@ compression_level = 8 ; from 1 (lowest, fastest) to 9 
(highest, slowest), 0 to d
 compressible_types = text/*, application/javascript, application/json, 
application/xml
 
 [replicator]
-; minimum time between a replicator job restart (milliseconds)
-start_delay = 0
-; random splay time between a replicator job restart (milliseconds)
-start_splay = 0
-; Maximum replicaton retry count can be a non-negative integer or "infinity".
-max_replication_retry_count = 10
+; Random jitter applied on replication job startup (milliseconds)
+;startup_jitter = 5000
 
 Review comment:
   @sagelywizard eunit tests run fine end override that value, it's the 
Javascript tests which don't
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to