nickva commented on a change in pull request #470: Scheduling Replicator URL: https://github.com/apache/couchdb/pull/470#discussion_r111863830
########## 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: There is a default in code to handle. Eunit does override it. However, the Javascript integration tests that's the problem, it takes too long and times out. So had to add an option to dev/run to override config values from command line. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
