Timestamps no longer required
This commit is contained in:
parent
fad9bfbff1
commit
fb54d29873
2 changed files with 0 additions and 2 deletions
|
@ -271,7 +271,6 @@ writer({key_check, Key}, _From, State) ->
|
|||
writer,
|
||||
State};
|
||||
writer({put_kv, Key, Value}, _From, State) ->
|
||||
SW = os:timestamp(),
|
||||
Result = put(State#state.handle,
|
||||
Key,
|
||||
Value,
|
||||
|
|
|
@ -409,7 +409,6 @@ start_from_file(InkOpts) ->
|
|||
put_object(LedgerKey, Object, KeyChanges, State) ->
|
||||
NewSQN = State#state.journal_sqn + 1,
|
||||
ActiveJournal = State#state.active_journaldb,
|
||||
SW= os:timestamp(),
|
||||
{JournalKey, JournalBin} = leveled_codec:to_inkerkv(LedgerKey,
|
||||
NewSQN,
|
||||
Object,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue