Skip to content

Commit

Permalink
Revert acknowledgments default
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Engelbrecht <[email protected]>
  • Loading branch information
engechas committed Oct 9, 2023
1 parent 675d7e0 commit d44976f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public String getClientDnsLookup() {

@Override
public boolean getAcknowledgementsEnabled() {
return true;
return false;
}

public Duration getDrainTimeout() {
Expand Down

0 comments on commit d44976f

Please sign in to comment.