Skip to content

Commit

Permalink
Merge pull request wildfly#13540 from tadamski/WFLY-13829
Browse files Browse the repository at this point in the history
[WFLY-13829] EJB: don't compress invocation by default
  • Loading branch information
bstansberry authored Oct 2, 2020
2 parents 3df4e3e + 5127692 commit 3ab1492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class EJBClientDescriptorMetaData {
private long invocationTimeout;
private String deploymentNodeSelector;
private String profile;
private int defaultCompression;
private int defaultCompression = -1;

private final Map<String, RemotingReceiverConfiguration> remotingReceiverConfigurations = new HashMap<String, RemotingReceiverConfiguration>();
private final List<HttpConnectionConfiguration> httpConnectionConfigurations = new ArrayList<>();
Expand Down

0 comments on commit 3ab1492

Please sign in to comment.