Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 committed Dec 24, 2024
1 parent ea3b640 commit 9c7235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer/replica/checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func newImbalanceChecker(cfID common.ChangeFeedID) *rebalanceChecker {
changefeedID: cfID,
allTasks: make(map[common.DispatcherID]*hotSpanStatus),
nodeManager: nodeManager,
hardWriteThreshold: 5 * HotSpanWriteThreshold,
hardWriteThreshold: 10 * HotSpanWriteThreshold,
hardImbalanceThreshold: defaultHardImbalanceThreshold,

softWriteThreshold: HotSpanWriteThreshold,
Expand Down

0 comments on commit 9c7235b

Please sign in to comment.