Adjust flap_limit constant

This commit is contained in:
Scott Lystig Fritchie 2015-08-07 12:29:10 +09:00
parent c8ddce103e
commit 512251ac55

View file

@ -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(),