Skip to content

Commit

Permalink
[Java] Avoid initial false back pressure event on publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed May 2, 2019
1 parent 0dc1387 commit 9a9ecb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class NetworkPublicationSenderFields extends NetworkPublicationPadding2
protected long timeOfLastSendOrHeartbeatNs;
protected long timeOfLastSetupNs;
protected long statusMessageDeadlineNs;
protected boolean trackSenderLimits = true;
protected boolean trackSenderLimits = false;
protected boolean shouldSendSetupFrame = true;
}

Expand Down

0 comments on commit 9a9ecb4

Please sign in to comment.