D'oh
This commit is contained in:
parent
f5944f2466
commit
57727e74f9
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ space_clear_ondelete(_Config) ->
|
|||
no_check,
|
||||
G2),
|
||||
|
||||
FoldKeysFun= fun(B, K, Acc) -> Acc ++ {B, K} end,
|
||||
FoldKeysFun = fun(B, K, Acc) -> Acc ++ [{B, K}] end,
|
||||
AllKeyQuery = {keylist, o_rkv, {FoldKeysFun, []}},
|
||||
{async, F1} = leveled_bookie:book_returnfolder(Book1, AllKeyQuery),
|
||||
SW1 = os:timestamp(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue