Skip to content

Commit

Permalink
Corrected the data extraction interval time for production
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelMH1 committed Apr 29, 2024
1 parent a6f912c commit f3b4bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function extractData(template) {
return transactions;
}

const minutes = 1;
const minutes = 30;
const totalQueries = templates.length;
let query = 0;
cron.schedule(`*/${minutes} * * * *`, () => {
Expand Down

0 comments on commit f3b4bfd

Please sign in to comment.