Skip to content

Commit

Permalink
fix: getTotalBatchMaxBytes return holdSize
Browse files Browse the repository at this point in the history
  • Loading branch information
humkum committed Jun 3, 2024
1 parent 949991e commit c3ee1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void batchMaxBytes(long holdSize) {
}

long getTotalBatchMaxBytes() {
return holdSize;
return totalHoldSize;
}

void totalBatchMaxBytes(long totalHoldSize) {
Expand Down

0 comments on commit c3ee1c1

Please sign in to comment.