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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Currently, any call to the JSON API results in a call to the remote server everytime. This is so changes to things like version histories get picked up. But doing it once a day is probably enough.
Perhaps only check for updates once per day.
Currently, any call to the JSON API results in a call to the remote server everytime. This is so changes to things like version histories get picked up. But doing it once a day is probably enough.