Skip to content
Snippets Groups Projects
Commit dc626f7c authored by srosse's avatar srosse
Browse files

OO-4145: much higher hits limit for the question pool full text search

parent 181eb4f6
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ public class QuestionPoolServiceImpl implements QPoolService { ...@@ -107,7 +107,7 @@ public class QuestionPoolServiceImpl implements QPoolService {
private static final OLog log = Tracing.createLoggerFor(QuestionPoolServiceImpl.class); private static final OLog log = Tracing.createLoggerFor(QuestionPoolServiceImpl.class);
private static final int MAX_NUMBER_DOCS = 990; private static final int MAX_NUMBER_DOCS = 32000;
@Autowired @Autowired
private DB dbInstance; private DB dbInstance;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment