Add initial timestamp support
Covered only by basic unit test at present.
This commit is contained in:
parent
4cffecf2ca
commit
3b05874b8a
5 changed files with 163 additions and 56 deletions
|
@ -319,7 +319,7 @@ do_merge(KL1, KL2, {SrcLevel, IsB}, {Filepath, MSN}, FileCounter, OutList) ->
|
|||
true ->
|
||||
#level{level = SrcLevel + 1,
|
||||
is_basement = true,
|
||||
timestamp = os:timestamp()};
|
||||
timestamp = leveled_codec:integer_now()};
|
||||
false ->
|
||||
SrcLevel + 1
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue