Skip to content

Commit

Permalink
Search: Change default operation threading to thread_per_shard from…
Browse files Browse the repository at this point in the history
… `single_thread`, closes elastic#455.
  • Loading branch information
kimchy committed Oct 27, 2010
1 parent ca67c12 commit 185f5a9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ public class SearchRequest implements ActionRequest {
private TimeValue timeout;

private boolean listenerThreaded = false;
private SearchOperationThreading operationThreading = SearchOperationThreading.SINGLE_THREAD;
private SearchOperationThreading operationThreading = SearchOperationThreading.THREAD_PER_SHARD;

public SearchRequest() {
}
Expand Down

0 comments on commit 185f5a9

Please sign in to comment.