Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ const action: ActionDefinition<Settings, Payload> = {
default: true,
unsafe_hidden: true
},
batch_size: {
label: 'Batch Size',
description: 'Maximum number of events to include in each batch. Actual batch sizes may be lower.',
type: 'number',
required: false,
default: 1000
},
batch_keys: {
label: 'Batch Keys',
description: 'The keys to use for batching the events.',
Expand Down
Loading