Skip to content

Commit

Permalink
lightning: set default value of checksum-via-sql to false (#45236)
Browse files Browse the repository at this point in the history
ref #44711
  • Loading branch information
D3Hunter authored Jul 7, 2023
1 parent 9709d8e commit 8e31e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/lightning/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ func NewConfig() *Config {
Checksum: OpLevelRequired,
Analyze: OpLevelOptional,
PostProcessAtLast: true,
ChecksumViaSQL: true,
ChecksumViaSQL: false,
},
}
}
Expand Down

0 comments on commit 8e31e16

Please sign in to comment.