Skip to content

Commit

Permalink
[Java] Lag the cleaning by a term + window to allow for greater NAK r…
Browse files Browse the repository at this point in the history
…ange.
  • Loading branch information
mjpt777 committed Jul 9, 2016
1 parent 3352811 commit 5800f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ int updatePublishersLimit()

if (publisherLimit.proposeMaxOrdered(candidatePublisherLimit))
{
cleanBuffer(candidatePublisherLimit);
cleanBuffer(candidatePublisherLimit - termWindowLength);

workCount = 1;
}
Expand Down

0 comments on commit 5800f5f

Please sign in to comment.