Skip to content

Commit

Permalink
HSEARCH-615 exceed limit flag impropery reset too early
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Nov 5, 2010
1 parent 9337085 commit a750e83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ private boolean isTimedOut(long currentTime) {
public void stop() {
this.timeout = null;
this.type = Type.NONE;
this.partialResults = false;
//don't reset, we need it for the query API even when the manager is stopped.
//this.partialResults = false;
}

public void setTimeout(long timeout, TimeUnit timeUnit) {
Expand Down

0 comments on commit a750e83

Please sign in to comment.