Skip to content

Commit

Permalink
Dont forget to incrment current count of influx bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
knighto82 committed Apr 9, 2024
1 parent dd4aa19 commit d8156c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ protected MultipartTransferContext callAPIToUploadParts(MultipartTransferContext

partCnt++;
totalBytes += bytesRead;
inFluxBytes += bytesRead;
}

for (CompletableFuture<Void> future : futures) {
Expand Down

0 comments on commit d8156c8

Please sign in to comment.