no_timing on key_check

reader was out of step with delete_pending state
This commit is contained in:
Martin Sumner 2017-11-20 16:36:26 +00:00
parent faa5ef82aa
commit 464baaa252

View file

@ -553,7 +553,7 @@ reader({key_check, Key}, _From, State) ->
State#state.hash_index,
loose_presence,
State#state.binary_mode,
State#state.timings),
no_timing),
{reply, Result, reader, State};
reader({get_positions, SampleSize, Index, Acc}, _From, State) ->
{Pos, Count} = element(Index + 1, State#state.hash_index),