Skip to content

Commit 6f766dc

Browse files
authored
fix(flags): set --break_replication_on_master_restart=true (#386)
1 parent 7cfa9bb commit 6f766dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/resources/const.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ const (
9797

9898
var DefaultDragonflyArgs = []string{
9999
"--alsologtostderr",
100+
"--break_replication_on_master_restart=true",
100101
"--primary_port_http_enabled=false",
101102
fmt.Sprintf("--admin_port=%d", DragonflyAdminPort),
102103
"--admin_nopass",

0 commit comments

Comments
 (0)