From 11e1e759d1776457919aa14ef5f29f68f13a1175 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 27 Oct 2010 10:32:57 +0000
Subject: [PATCH] LMS-1589 adding hibernate.search.maxResults to
 service.properties of AS

SVN: 18459
---
 integration-tests/templates/openBIS-server/service.properties | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 2e5f575fdec..61eb47a6dc8 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -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
-- 
GitLab