Remove references ot 'skip' strategy

Now called `recovr`
This commit is contained in:
Martin Sumner 2020-03-26 14:25:09 +00:00
parent 20a7a22571
commit e175948378
4 changed files with 7 additions and 6 deletions

View file

@ -89,7 +89,7 @@
-type ledger_kv() ::
{ledger_key(), ledger_value()}.
-type compaction_method() ::
retain|skip|recalc.
retain|recovr|recalc.
-type compaction_strategy() ::
list({tag(), compaction_method()}).
-type journal_key_tag() ::
@ -375,7 +375,7 @@ inker_reload_strategy(AltList) ->
-spec get_tagstrategy(ledger_key()|tag()|dummy, compaction_strategy())
-> skip|retain|recalc.
-> compaction_method().
%% @doc
%% Work out the compaction strategy for the key
get_tagstrategy({Tag, _, _, _}, Strategy) ->