Skip to content

Commit

Permalink
feat: change default value of base_equality_only_on_content_that_affe…
Browse files Browse the repository at this point in the history
…cts_verification_results to true
  • Loading branch information
bethesque committed Aug 22, 2018
1 parent 11a56b5 commit 615f0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact_broker/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def self.default_configuration
config.html_pact_renderer = default_html_pact_render
config.version_parser = PactBroker::Versions::ParseSemanticVersion
config.sha_generator = PactBroker::Pacts::GenerateSha
config.base_equality_only_on_content_that_affects_verification_results = false
config.base_equality_only_on_content_that_affects_verification_results = true
config.order_versions_by_date = true
config.semver_formats = ["%M.%m.%p%s%d", "%M.%m", "%M"]
config.webhook_retry_schedule = [10, 60, 120, 300, 600, 1200] #10 sec, 1 min, 2 min, 5 min, 10 min, 20 min => 38 minutes
Expand Down

0 comments on commit 615f0c9

Please sign in to comment.