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

Merge remote-tracking branch 'origin/OpenOLAT_12.5' into OpenOLAT_13.2

parents 867fe5f0 bb49d6d1
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<version.selenium>3.13.0</version.selenium> <version.selenium>3.13.0</version.selenium>
<version.drone>2.5.1</version.drone> <version.drone>2.5.1</version.drone>
<activemq.version>5.15.8</activemq.version> <activemq.version>5.15.8</activemq.version>
<qtiworks.version>1.0.17</qtiworks.version> <qtiworks.version>1.0.18</qtiworks.version>
<!-- properties for testing and Q&A --> <!-- properties for testing and Q&A -->
<!-- by default no tests are executed so far (April 2011). Use appropriate profiles and properties on the command line --> <!-- by default no tests are executed so far (April 2011). Use appropriate profiles and properties on the command line -->
......
...@@ -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;
......
...@@ -94,7 +94,7 @@ public class SearchModule extends AbstractSpringModule { ...@@ -94,7 +94,7 @@ public class SearchModule extends AbstractSpringModule {
private long indexInterval = 0; private long indexInterval = 0;
@Value("${generate.index.at.startup:true}") @Value("${generate.index.at.startup:true}")
private boolean generateAtStartup; private boolean generateAtStartup;
private int maxHits = 1000; private int maxHits = 32000;
private int maxResults = 100; private int maxResults = 100;
@Value("${search.timeout:15}") @Value("${search.timeout:15}")
......
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