Skip to content

Commit

Permalink
increase rates per second
Browse files Browse the repository at this point in the history
  • Loading branch information
eduwercamacaro committed Dec 12, 2024
1 parent bf52f34 commit cb0ca35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void setConfig(final String storeName, final Options options, final Map<S
}
// Streams default is 3
options.setMaxWriteBufferNumber(5);
long rateBytesPerSecond = mbToBytes(10);
long rateBytesPerSecond = mbToBytes(124);
log.info("Rate bytes per second = {}", rateBytesPerSecond);
options.setRateLimiter(new RateLimiter(
rateBytesPerSecond, DEFAULT_REFILL_PERIOD_MICROS, DEFAULT_FAIRNESS, DEFAULT_MODE, false));
Expand Down

0 comments on commit cb0ca35

Please sign in to comment.