Revert
This commit is contained in:
parent
a86686d621
commit
24a5347bec
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ last_key(BlockKeyList, _LastKey) ->
|
||||||
lists:last(BlockKeyList).
|
lists:last(BlockKeyList).
|
||||||
|
|
||||||
serialise_block(BlockKeyList) ->
|
serialise_block(BlockKeyList) ->
|
||||||
term_to_binary(BlockKeyList, [compressed]).
|
term_to_binary(BlockKeyList, [{compressed, ?COMPRESSION_LEVEL}]).
|
||||||
|
|
||||||
|
|
||||||
%% Compare the keys at the head of the list, and either skip that "best" key or
|
%% Compare the keys at the head of the list, and either skip that "best" key or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue