dnscontrol/pkg/diff2/flag.go
Vincent Hagen e32bdc053f
NEW FEATURE: Order changes based on the record dependencies (#2419)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
2023-08-29 14:00:09 -04:00

7 lines
210 B
Go

package diff2
// EnableDiff2 is true to activate the experimental diff2 algorithm.
var EnableDiff2 bool
// DisableOrdering can be set to true to disable the reordering of the changes
var DisableOrdering bool