From bc64996de8e678a6703db6b111c749d5307a400b Mon Sep 17 00:00:00 2001 From: 3pointer Date: Thu, 16 Nov 2023 21:34:12 +0800 Subject: [PATCH] fix --- br/pkg/task/backup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/pkg/task/backup.go b/br/pkg/task/backup.go index 6f704a65eebff..e6823c4c88546 100644 --- a/br/pkg/task/backup.go +++ b/br/pkg/task/backup.go @@ -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,