Skip to content

Commit

Permalink
minor improve
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Sep 26, 2024
1 parent a995a80 commit 85f2a7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public String toString() {

@Override
public int getPipeEventCount(final boolean forCommitRate) {
return 1;
return forCommitRate ? (tsFileInsertionEvent.needToCommitRate() ? 1 : 0) : 1;
}
}

0 comments on commit 85f2a7d

Please sign in to comment.