Skip to content

Commit

Permalink
Update br/pkg/conn/conn.go
Browse files Browse the repository at this point in the history
Co-authored-by: 3pointer <[email protected]>
  • Loading branch information
2 people authored and ti-chi-bot committed Dec 30, 2022
1 parent a23417f commit 67313b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/conn/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (mgr *Mgr) GetMergeRegionSizeAndCount(ctx context.Context, client *http.Cli
return nil
})
if err != nil {
log.Warn("meet error when getting checkpoint from TiKV; using default", logutil.ShortError(err))
log.Warn("meet error when getting config from TiKV; using default", logutil.ShortError(err))
return DefaultMergeRegionSizeBytes, DefaultMergeRegionKeyCount
}
return regionSplitSize, regionSplitKeys
Expand Down

0 comments on commit 67313b4

Please sign in to comment.