Skip to content

Unable to enable the push.disable-consistency-check flag #595

Answered by beorn7
vi4vikas asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, for the confusion. Too many negations here… 😄

So:

  • Consistency checks are enabled by default, that's why you see push.disable-consistency-check → false in the UI.
  • To disable the checks, you just have to pass in --push.disable-consistency-check.
  • If you don't want to rely on the default and explicitly enable the checks, you could pass in --no-push.disable-consistency-check.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vi4vikas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #594 on November 21, 2023 16:05.