Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
br: disable the batch ddl by default (#31845)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengou1 authored Jan 21, 2022
1 parent 7c0ea37 commit 31a8d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 31a8d30

Please sign in to comment.