Skip to content

Conversation

@2M1
Copy link

@2M1 2M1 commented Apr 3, 2022

No description provided.


setInterval(updateOrders, 5 * 60 * 1000); // Update orders elke vijf minuten.
setInterval(updateOrders, 5 * 60 * 1000); // Update orders every five minutes.
setInterval(reloadSite, 60 * 1000 * 60); // refresh the site every hour, because reddit sometimes disconnects...
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not need to be an interval, a timeout is enough :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true, updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants