Skip to content

Commit

Permalink
Set FlowControl.max_block_time to 500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jun 1, 2016
1 parent fe29f05 commit c61e393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/FlowControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public abstract class FlowControl extends Protocol {
* a REPLENISHMENT request to the members from which we expect credits. A value <= 0 means to wait forever.
*/
@Property(description="Max time (in ms) to block")
protected long max_block_time=5000;
protected long max_block_time=500;

/**
* Defines the max number of milliseconds for a message to block before being sent, based on the length of
Expand Down

0 comments on commit c61e393

Please sign in to comment.