Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Mar 15, 2023
1 parent 2b397ac commit f7f51f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const main = async () => {
} catch (error) {
console.error(error);
}
await sleep(2.5 * 60 * 1000);
await sleep(1 * 60 * 1000);
}
}

Expand Down

0 comments on commit f7f51f9

Please sign in to comment.