You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cmd/utils/flags.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ var (
137
137
}
138
138
PipeCommitFlag= cli.BoolFlag{
139
139
Name: "pipecommit",
140
-
Usage: "Enable MPT pipeline commit, it will improve syncing performance. It is an experimental feature(default is false)",
140
+
Usage: "Enable MPT pipeline commit, it will improve syncing performance. It is an experimental feature(default is false), diffsync will be disable if pipeline commit is enabled",
0 commit comments