Skip to content

Commit

Permalink
feat(s3stream): increase compaction throttle priority (#1994)
Browse files Browse the repository at this point in the history
Signed-off-by: Shichao Nie <[email protected]>
  • Loading branch information
SCNieh authored Sep 6, 2024
1 parent d1daad5 commit 01ac95e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

public enum ThrottleStrategy {
BYPASS(0, "bypass"),
TAIL(1, "tail"),
COMPACTION(2, "compaction"),
COMPACTION(1, "compaction"),
TAIL(2, "tail"),
CATCH_UP(3, "catchup");

private final int priority;
Expand Down

0 comments on commit 01ac95e

Please sign in to comment.