We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8a62b commit b647d7eCopy full SHA for b647d7e
br/pkg/lightning/config/config.go
@@ -1070,7 +1070,7 @@ type TikvImporter struct {
1070
StoreWriteBWLimit ByteSize `toml:"store-write-bwlimit" json:"store-write-bwlimit"`
1071
// default is PausePDSchedulerScopeTable to compatible with previous version(>= 6.1)
1072
PausePDSchedulerScope PausePDSchedulerScope `toml:"pause-pd-scheduler-scope" json:"pause-pd-scheduler-scope"`
1073
- BlockSize ByteSize `toml:"block-size" json:"block-size"`
+ BlockSize ByteSize `toml:"block-size" json:"block-size"`
1074
}
1075
1076
func (t *TikvImporter) adjust() error {
0 commit comments