Skip to content

Commit

Permalink
MINOR: Add missing queueSize in searchIndexingAppConfig (#18643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulixius9 committed Nov 15, 2024
1 parent 8de84c4 commit f067410
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
"type": "integer",
"default": 10000
},
"queueSize": {
"title": "Queue Size to use.",
"description": "Queue Size to user internally for reindexing.",
"type": "integer",
"default": 100
},
"searchIndexMappingLanguage": {
"description": "Recreate Indexes with updated Language",
"$ref": "../../../../configuration/elasticSearchConfiguration.json#/definitions/searchIndexMappingLanguage"
Expand Down

0 comments on commit f067410

Please sign in to comment.