We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a56b5 commit 615f0c9Copy full SHA for 615f0c9
lib/pact_broker/configuration.rb
@@ -73,7 +73,7 @@ def self.default_configuration
73
config.html_pact_renderer = default_html_pact_render
74
config.version_parser = PactBroker::Versions::ParseSemanticVersion
75
config.sha_generator = PactBroker::Pacts::GenerateSha
76
- config.base_equality_only_on_content_that_affects_verification_results = false
+ config.base_equality_only_on_content_that_affects_verification_results = true
77
config.order_versions_by_date = true
78
config.semver_formats = ["%M.%m.%p%s%d", "%M.%m", "%M"]
79
config.webhook_retry_schedule = [10, 60, 120, 300, 600, 1200] #10 sec, 1 min, 2 min, 5 min, 10 min, 20 min => 38 minutes
0 commit comments