Fix the fix
This commit is contained in:
parent
1537334fbd
commit
ff0bf15c8f
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ reader(close, _From, State) ->
|
||||||
ok = file:close(State#state.handle),
|
ok = file:close(State#state.handle),
|
||||||
{stop, normal, ok, State}.
|
{stop, normal, ok, State}.
|
||||||
|
|
||||||
delete_pending({get_kv, Key}, _From, State) ->
|
delete_pending({get_kv, Key, Hash}, _From, State) ->
|
||||||
Reply =
|
Reply =
|
||||||
case leveled_tinybloom:check({hash, Hash}, State#state.bloom) of
|
case leveled_tinybloom:check({hash, Hash}, State#state.bloom) of
|
||||||
false ->
|
false ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue