ultimate-comparisons / ultimate-comparison-framework

The base of all ultimate-comparisons. Follow the README and create your own ultimate comparison.
http://ultimate-comparisons.github.io/ultimate-comparison-framework/
MIT License
16 stars 7 forks source link

Fix bug with Github rate limit #105

Closed hueneburg closed 7 years ago

hueneburg commented 7 years ago

GitHub has a rate limit of 60/hour. Because of this, you could run into errors if you used the automatic assignment of development status. This is now prevented by utilizing the local storage to persist the pulled data. The data is updated during a gui refresh when it was last pulled an hour or more ago.