Skip to content

Commit

Permalink
MINOR: Add missing queueSize in searchIndexingAppConfig (open-metadat…
Browse files Browse the repository at this point in the history
  • Loading branch information
ulixius9 authored Nov 14, 2024
1 parent bfc12fe commit 976ad98
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 976ad98

Please sign in to comment.