Skip to content

Commit

Permalink
Remove throttling of merges during expunge
Browse files Browse the repository at this point in the history
  • Loading branch information
timatbw authored and brandwatchsteve committed Mar 5, 2018
1 parent 0a963ad commit 0cfd2b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public class ConcurrentMergeScheduler extends MergeScheduler {
protected double targetMBPerSec = START_MB_PER_SEC;

/** true if we should rate-limit writes for each merge */
private boolean doAutoIOThrottle = true;
private boolean doAutoIOThrottle = false;

private double forceMergeMBPerSec = Double.POSITIVE_INFINITY;

Expand Down

0 comments on commit 0cfd2b6

Please sign in to comment.