Skip to content

Commit 6958a99

Browse files
LordofAvernusffffwh
authored andcommitted
fix : job task ParallelWorkers configuration does not take effect
1 parent 1c915af commit 6958a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mysql/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ var (
122122
"GtidStart": hclspec.NewAttr("GtidStart", "string", false),
123123
"AutoGtid": hclspec.NewAttr("AutoGtid", "bool", false),
124124
"BinlogRelay": hclspec.NewAttr("BinlogRelay", "bool", false),
125-
"MysqlDestTaskConfig.ParallelWorkers": hclspec.NewAttr("ParallelWorkers", "number", false),
125+
"ParallelWorkers": hclspec.NewAttr("ParallelWorkers", "number", false),
126126
"SkipCreateDbTable": hclspec.NewAttr("SkipCreateDbTable", "bool", false),
127127
"SkipPrivilegeCheck": hclspec.NewAttr("SkipPrivilegeCheck", "bool", false),
128128
"SkipIncrementalCopy": hclspec.NewAttr("SkipIncrementalCopy", "bool", false),

0 commit comments

Comments
 (0)