We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfa9bb commit 6f766dcCopy full SHA for 6f766dc
internal/resources/const.go
@@ -97,6 +97,7 @@ const (
97
98
var DefaultDragonflyArgs = []string{
99
"--alsologtostderr",
100
+ "--break_replication_on_master_restart=true",
101
"--primary_port_http_enabled=false",
102
fmt.Sprintf("--admin_port=%d", DragonflyAdminPort),
103
"--admin_nopass",
0 commit comments