Skip to content

Commit

Permalink
Reduce batch_size (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamsharif authored Oct 1, 2024
1 parent 4162be7 commit cebc7f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const action: ActionDefinition<Settings, Payload> = {
lookup_field: { ...lookup_field },
field_value: { ...field_value },
enable_batching: { ...enable_batching },
batch_size: { ...batch_size },
batch_size: { ...batch_size, default: 300 },
event_name: { ...event_name }
},
perform: async (request, { settings, payload, statsContext }) => {
Expand Down

0 comments on commit cebc7f7

Please sign in to comment.