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,
|
writer,
|
||||||
State};
|
State};
|
||||||
writer({put_kv, Key, Value}, _From, State) ->
|
writer({put_kv, Key, Value}, _From, State) ->
|
||||||
SW = os:timestamp(),
|
|
||||||
Result = put(State#state.handle,
|
Result = put(State#state.handle,
|
||||||
Key,
|
Key,
|
||||||
Value,
|
Value,
|
||||||
|
|
|
@ -409,7 +409,6 @@ start_from_file(InkOpts) ->
|
||||||
put_object(LedgerKey, Object, KeyChanges, State) ->
|
put_object(LedgerKey, Object, KeyChanges, State) ->
|
||||||
NewSQN = State#state.journal_sqn + 1,
|
NewSQN = State#state.journal_sqn + 1,
|
||||||
ActiveJournal = State#state.active_journaldb,
|
ActiveJournal = State#state.active_journaldb,
|
||||||
SW= os:timestamp(),
|
|
||||||
{JournalKey, JournalBin} = leveled_codec:to_inkerkv(LedgerKey,
|
{JournalKey, JournalBin} = leveled_codec:to_inkerkv(LedgerKey,
|
||||||
NewSQN,
|
NewSQN,
|
||||||
Object,
|
Object,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue