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
Added check to make sure the update interval is at least 10 minutes
Some users get HTTP 429 from the API. This indicates too many request. In the terms of service, yr says "don't make more than one poll every 10 mins".
I wanted to change the config instead of crashing the module, but the setInterval was still called with the original value.
0 commit comments