From 9dcdd81bcdd6f591b27f5aa21e175dfef2057797 Mon Sep 17 00:00:00 2001
From: Vibhuti Sharma <vibsharm@microsoft.com>
Date: Fri, 21 Jan 2022 16:58:20 +0530
Subject: [PATCH] increasing limit

---
 .../indexer-azure/src/main/resources/application.properties     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties
index 4cfe826e6..e247a594e 100644
--- a/provider/indexer-azure/src/main/resources/application.properties
+++ b/provider/indexer-azure/src/main/resources/application.properties
@@ -46,7 +46,7 @@ STORAGE_QUERY_RECORD_HOST=${storage_service_url}/query/records
 STORAGE_QUERY_KINDS_HOST=${storage_service_url}/query/kinds
 STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST=${storage_service_url}/query/records:batch
 STORAGE_RECORDS_BATCH_SIZE=20
-STORAGE_GET_RECORDS_BY_KIND_BATCH_SIZE=100
+STORAGE_GET_RECORDS_BY_KIND_BATCH_SIZE=1000
 
 
 INDEXER_QUEUE_HOST=http://127.0.0.1:9000
-- 
GitLab