WIP: bugfix for rare flapping infinite loop (unfinished) part III
This commit is contained in:
parent
402720d301
commit
517e77dc4a
2 changed files with 5 additions and 1 deletions
|
@ -38,6 +38,8 @@
|
|||
|
||||
-record(flap_i, {
|
||||
flap_count :: {term(), term()},
|
||||
flapping_me = false :: boolean(),
|
||||
flapping_all = false :: boolean(),
|
||||
all_hosed :: list(),
|
||||
all_flap_counts :: list(),
|
||||
bad :: list()
|
||||
|
|
|
@ -9,7 +9,9 @@ case PulseBuild of
|
|||
PulseOpts =
|
||||
[{pulse_no_side_effect,
|
||||
[{erlang,display,1},
|
||||
{os,getenv,1}
|
||||
{os,getenv,1},
|
||||
{io,format,2},
|
||||
{io,format,3}
|
||||
]},
|
||||
{pulse_side_effect,
|
||||
[ {does_not_exist_yet, some_func, '_'}
|
||||
|
|
Loading…
Reference in a new issue