diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties index e247a594ed4883cb15b4b66dff65c4a0373c939f..4cfe826e6463cde9244ed9486757a8268118eac1 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=1000 +STORAGE_GET_RECORDS_BY_KIND_BATCH_SIZE=100 INDEXER_QUEUE_HOST=http://127.0.0.1:9000