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

@ -1109,7 +1109,7 @@ book_destroy(Pid) ->
%% to store the backup.
%%
%% Backup files are hard-linked. Does not work in head_only mode, or if
%% index changes are used with a `skip` compaction/reload strategy
%% index changes are used with a `recovr` compaction/reload strategy
book_hotbackup(Pid) ->
gen_server:call(Pid, hot_backup, infinity).