You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
in your index.js you are using setInterval() to rerun your code again. If I try this, everyone I rerun the code to fetch prices (every 1 second) it needs a bit longer to check prices. What can I do, to not let the runtime increase with time?
The text was updated successfully, but these errors were encountered:
Hello,
in your index.js you are using
setInterval()
to rerun your code again. If I try this, everyone I rerun the code to fetch prices (every 1 second) it needs a bit longer to check prices. What can I do, to not let the runtime increase with time?The text was updated successfully, but these errors were encountered: