From c61e393f93650cdcff89f95b30de75c815488907 Mon Sep 17 00:00:00 2001 From: Bela Ban Date: Wed, 1 Jun 2016 10:58:15 +0200 Subject: [PATCH] Set FlowControl.max_block_time to 500ms --- src/org/jgroups/protocols/FlowControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/jgroups/protocols/FlowControl.java b/src/org/jgroups/protocols/FlowControl.java index 9c6a0cde66b..86f67c8081a 100644 --- a/src/org/jgroups/protocols/FlowControl.java +++ b/src/org/jgroups/protocols/FlowControl.java @@ -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