We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67971b2 commit 49492b1Copy full SHA for 49492b1
deploy_ai_search_indexes/src/deploy_ai_search_indexes/image_processing.py
@@ -301,10 +301,10 @@ def get_indexer(self) -> SearchIndexer:
301
# Only place on schedule if it is not a test deployment
302
if self.test:
303
schedule = None
304
- batch_size = 4
+ batch_size = 1
305
else:
306
schedule = {"interval": "PT15M"}
307
- batch_size = 16
+ batch_size = 2
308
309
if self.environment.use_private_endpoint:
310
execution_environment = IndexerExecutionEnvironment.PRIVATE
0 commit comments