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

Commit

Permalink
Changed delay before next loop interation
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicDataInfo committed Jul 3, 2020
1 parent 9bbb236 commit 221bb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function run () {
process.on('exit', async () => {
if (invoked) return;
invoked = true;
await sleep(1000);
await sleep(10000);
run();
});
}
Expand Down

0 comments on commit 221bb6c

Please sign in to comment.