Skip to content

Commit

Permalink
Revert change that Ryan will chase
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jul 28, 2024
1 parent a8db3c8 commit 39a4eda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ private static void flushShorts(@NotNull final DataOutput out, @NotNull final TS
consecutiveBytes++;
} else {
consecutiveBytes = 0;
shortCount += consecutiveBytes;
shortCount++;
}
if (consecutiveBytes > 3) {
Expand Down

0 comments on commit 39a4eda

Please sign in to comment.