Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer committed Nov 16, 2023
1 parent 1cf7499 commit bc64996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/task/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func DefineBackupFlags(flags *pflag.FlagSet) {
"One task represents one table range (or one index range) according to the backup schemas. If there is one table with one index."+
"there will be two tasks to back up this table. This value should increase if you need to back up lots of tables or indices.")

flags.Uint32(flagTableConcurrency, backup.DefaultSchemaConcurrency, "The size of a BR thread pool used for backup table metas, "+
flags.Uint(flagTableConcurrency, backup.DefaultSchemaConcurrency, "The size of a BR thread pool used for backup table metas, "+
"including tableInfo/checksum and stats.")

flags.Bool(flagRemoveSchedulers, false,
Expand Down

0 comments on commit bc64996

Please sign in to comment.