Skip to content

Commit

Permalink
index tx every hour to start with
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Sep 14, 2023
1 parent b182520 commit 22b1e46
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 @@ -303,7 +303,7 @@ const indexVaultTransactions = async _ => {
}

const scheduleVaultTransactionIndexing = async _ => {
schedule.scheduleJob('2,32 * * * *', async _ => {
schedule.scheduleJob('2 * * * *', async _ => {
await indexVaultTransactions();
});
}
Expand Down

0 comments on commit 22b1e46

Please sign in to comment.