Reverse mysterious tab displacement
This commit is contained in:
Martin Sumner 2018-06-07 14:55:05 +01:00
parent 319c6b4ca7
commit 7c1f34c94f

View file

@ -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) ->