Fix yield
Wrong format of repsonse if was delete_pending
This commit is contained in:
parent
7295a41321
commit
75d2e2d546
1 changed files with 2 additions and 1 deletions
|
@ -667,8 +667,9 @@ delete_pending({get_kvrange, StartKey, EndKey, ScanWidth, SegList},
|
|||
State),
|
||||
% Always yield as about to clear and de-reference
|
||||
PressMethod = State#state.compression_method,
|
||||
IdxModDate = State#state.index_moddate,
|
||||
{reply,
|
||||
{yield, SlotsToFetchBinList, SlotsToPoint, PressMethod},
|
||||
{yield, SlotsToFetchBinList, SlotsToPoint, PressMethod, IdxModDate},
|
||||
delete_pending,
|
||||
State,
|
||||
?DELETE_TIMEOUT};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue