Skip to content

Commit

Permalink
Update Liveramp batch_size (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinhero authored Sep 8, 2023
1 parent 70d4a8c commit 27cd063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const action: ActionDefinition<Settings, Payload> = {
type: 'number',
required: false,
unsafe_hidden: true,
default: 100000
default: 50000
}
},
perform: async (_, { payload }) => {
Expand Down

0 comments on commit 27cd063

Please sign in to comment.