Skip to content
Snippets Groups Projects
Commit 11e1e759 authored by felmer's avatar felmer
Browse files

LMS-1589 adding hibernate.search.maxResults to service.properties of AS

SVN: 18459
parent 5bc36630
No related branches found
No related tags found
No related merge requests found
......@@ -53,4 +53,6 @@ hibernate.search.index-base = indices
hibernate.search.index-mode = NO_INDEX
# Defines the maximum number of elements indexed before flushing the transaction-bound queue.
# Default is 1000.
hibernate.search.batch-size = 1000
\ No newline at end of file
hibernate.search.batch-size = 1000
# Maximum number of search results
hibernate.search.maxResults = 100000
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