Skip to content

Commit

Permalink
br: disable the batch ddl by default (#31845)
Browse files Browse the repository at this point in the history
close #31835
  • Loading branch information
fengou1 authored Jan 21, 2022
1 parent bb3e909 commit f28cb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/task/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
defaultPDConcurrency = 1
defaultBatchFlushInterval = 16 * time.Second
defaultDDLConcurrency = 16
defaultFlagDdlBatchSize = 128
defaultFlagDdlBatchSize = 1
)

// RestoreCommonConfig is the common configuration for all BR restore tasks.
Expand Down

0 comments on commit f28cb77

Please sign in to comment.