Skip to content

Commit

Permalink
try consume events by all nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
darky committed Feb 25, 2025
1 parent 5ba3a80 commit ff99606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class Transfer {
${this.options.outboxOptions?.topicFilter?.length ? 'and topic = any($3)' : ''}
order by id
limit $1
for update nowait
for update
`,
[
this.options.outboxOptions?.limit ?? 50,
Expand Down

0 comments on commit ff99606

Please sign in to comment.