Skip to content

Commit

Permalink
Add Payload Size to take dynamic entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mohityadav766 committed Sep 30, 2024
1 parent 8384847 commit 8bb906b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"scheduleTimeline": "Custom",
"cronExpression": "0 0 * * *"
},
"payLoadSize": "104857600",
"supportsInterrupt": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
],
"recreateIndex": false,
"batchSize": "100",
"payLoadSize": "104857600",
"searchIndexMappingLanguage": "EN"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"type": "integer"
},
"payLoadSize": {
"description": "Payload size in bytes depending on config",
"description": "Payload size in bytes depending on config.",
"type": "object",
"existingJavaType": "java.lang.Long",
"default": 104857600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"type": "integer",
"default": 100
},
"payLoadSize": {
"title": "Payload Size",
"description": "Maximum number of events entities in a batch (Default 100).",
"type": "integer",
"default": 104857600
},
"entities": {
"title": "Entities",
"description": "List of entities that you need to reindex",
Expand Down

0 comments on commit 8bb906b

Please sign in to comment.