Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Apr 5, 2017
1 parent 52ca6bf commit 98032b2
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 @@ -225,7 +225,7 @@ public abstract class TP extends Protocol implements DiagnosticsHandler.ProbeHan
protected String bundler_type="transfer-queue";

@Property(description="The max number of elements in a bundler if the bundler supports size limitations")
protected int bundler_capacity=16348;
protected int bundler_capacity=16384;

@Property(description="Number of spins before a real lock is acquired")
protected int bundler_num_spins=5;
Expand Down

0 comments on commit 98032b2

Please sign in to comment.