Skip to content

Commit

Permalink
revert forcing multi-threading
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Mar 25, 2022
1 parent 6a6c122 commit 9654428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@ public static IndexSearcher newSearcher(IndexReader r, boolean maybeWrap) {
*/
public static IndexSearcher newSearcher(
IndexReader r, boolean maybeWrap, boolean wrapWithAssertions) {
return newSearcher(r, maybeWrap, wrapWithAssertions, true);//TODO revert
return newSearcher(r, maybeWrap, wrapWithAssertions, rarely());
}

/**
Expand Down

0 comments on commit 9654428

Please sign in to comment.