From 512251ac55a8982100d86ac0fc729f895950bd4b Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Fri, 7 Aug 2015 12:29:10 +0900 Subject: [PATCH] Adjust flap_limit constant --- src/machi_chain_manager1.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machi_chain_manager1.erl b/src/machi_chain_manager1.erl index 78ff007..0f8358a 100644 --- a/src/machi_chain_manager1.erl +++ b/src/machi_chain_manager1.erl @@ -254,7 +254,7 @@ init({MyName, InitMembersDict, MgrOpts}) -> %% Yes, this should be bigger, but it's a hack. There is %% no guarantee that all parties will advance to a minimum %% flap awareness in the amount of time that this mgr will. - flap_limit=length(All_list) + 50, + flap_limit=length(All_list) + 10, timer='undefined', proj_history=queue:new(), not_sanes=orddict:new(),