Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore: increase max number of transactions to check in task
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Aug 7, 2023
1 parent 301bad4 commit 9bbd8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ func taskCheckTransactions(ctx context.Context, logClient zLogger.GormLoggerInte

logClient.Info(ctx, "running check transaction(s) task...")

return processTransactions(ctx, 10, opts...)
return processTransactions(ctx, 1000, opts...)
}

0 comments on commit 9bbd8f4

Please sign in to comment.