diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
index 58fc35dfa03945d96eab35d472ab0039abf56b42..09c3b77dab028757752fb74a736f6b68407236c6 100644
--- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
+++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
@@ -32,7 +32,7 @@
 	<bean id="ElasticSearchClient" class="info.textgrid.middleware.OAI_ESClient">
 		<constructor-arg index="0" value="${elasticSearch.url}" />
 		<constructor-arg index="1" value="${elasticSearch.port}" />
-		<constructor-arg index="2" value="${elasticSearch.clusterName}" />
+		<constructor-arg index="2" value="${elasticSearch.itemLimit}" />
 		<property name="esIndex" value="${elasticSearch.index}" />
 		<property name="esType" value="${elasticSearch.type}" />
 	</bean>