Skip to content

Commit

Permalink
index txs every ten mins
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Feb 27, 2024
1 parent 687004d commit 9606d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ const indexVaultTransactions = async _ => {

const scheduleVaultTransactionIndexing = async _ => {
let running = false;
schedule.scheduleJob('*/5 * * * *', async _ => {
schedule.scheduleJob('*/10 * * * *', async _ => {
if (!running) {
running = true;
await indexVaultTransactions();
Expand Down

0 comments on commit 9606d80

Please sign in to comment.