From 417dfe2045ada6e62a858764f3a11d46acf5ac21 Mon Sep 17 00:00:00 2001
From: Vibhuti Sharma <vibsharm@microsoft.com>
Date: Thu, 20 Jan 2022 18:47:43 +0530
Subject: [PATCH] initial commit

---
 .../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 6f65e89ec..ef7bb45ce 100644
--- a/provider/indexer-azure/src/main/resources/application.properties
+++ b/provider/indexer-azure/src/main/resources/application.properties
@@ -45,7 +45,7 @@ STORAGE_SCHEMA_HOST=${storage_service_url}/schemas
 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_RECORDS_BATCH_SIZE=100
 
 INDEXER_QUEUE_HOST=http://127.0.0.1:9000
 
-- 
GitLab