Skip to content

Commit

Permalink
[JGRP-986] - FLUSH: relax event sequencing for a joining member
Browse files Browse the repository at this point in the history
(see previous commit 1.132)
  • Loading branch information
Vladimir Blagojevic committed Jun 3, 2009
1 parent 87fedc7 commit 73543f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/org/jgroups/protocols/pbcast/FLUSH.java
Expand Up @@ -64,10 +64,7 @@ public class FLUSH extends Protocol {

@Property(description="Reconcilliation phase toggle. Default is true")
private boolean enable_reconciliation = true;

@Property(description="Max number of attempts to quiet the cluster during first flush phase. Default is 4")
private int flush_retry_count = 4;



/* --------------------------------------------- JMX ---------------------------------------------- */

Expand Down

0 comments on commit 73543f6

Please sign in to comment.