Format
Reverse mysterious tab displacement
This commit is contained in:
parent
319c6b4ca7
commit
7c1f34c94f
1 changed files with 3 additions and 3 deletions
|
@ -794,9 +794,9 @@ handle_call({head, Bucket, Key, Tag}, _From, State)
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
handle_call({snapshot, SnapType, Query, LongRunning}, _From, State) ->
|
handle_call({snapshot, SnapType, Query, LongRunning}, _From, State) ->
|
||||||
% Snapshot the store, specifying if the snapshot should be long running
|
% Snapshot the store, specifying if the snapshot should be long running
|
||||||
% (i.e. will the snapshot be queued or be required for an extended period
|
% (i.e. will the snapshot be queued or be required for an extended period
|
||||||
% e.g. many minutes)
|
% e.g. many minutes)
|
||||||
Reply = snapshot_store(State, SnapType, Query, LongRunning),
|
Reply = snapshot_store(State, SnapType, Query, LongRunning),
|
||||||
{reply, Reply, State};
|
{reply, Reply, State};
|
||||||
handle_call({return_runner, QueryType}, _From, State) ->
|
handle_call({return_runner, QueryType}, _From, State) ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue