Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits committed Jan 19, 2025
1 parent 5ca992d commit 3c203cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ private static synchronized boolean trackNewActiveThrottledMergeTask(MergeTask n
if (newTargetMBPerSec != targetMBPerSec) {
targetMBPerSec = newTargetMBPerSec;
for (MergeTask mergeTask : activeThrottledMergeTasksAcrossSchedulersSet) {
assert mergeTask.isAutoThrottle;
mergeTask.rateLimiter.setMBPerSec(targetMBPerSec);
}
}
Expand Down

0 comments on commit 3c203cb

Please sign in to comment.