Skip to content

Commit

Permalink
Changed message_processing_policy to "max" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Feb 11, 2025
1 parent b6c2721 commit 8a31ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/TP.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public abstract class TP extends Protocol implements DiagnosticsHandler.ProbeHan
protected int port_range=10; // 27-6-2003 bgooren, Only try one port by default

@Property(description="The fully qualified name of a class implementing MessageProcessingPolicy")
protected String message_processing_policy;
protected String message_processing_policy="max";

@Property(description="The fully qualified name of a class implementing LocalTransport")
protected String local_transport_class;
Expand Down

0 comments on commit 8a31ba4

Please sign in to comment.