h4cc / hhvm-progress

Source of the hhvm.h4cc.de website.
http://hhvm.h4cc.de/
MIT License
8 stars 4 forks source link

Optimize update command #30

Closed h4cc closed 9 years ago

h4cc commented 10 years ago

The current update strategy is inefficient. A better way could be fetching only the latest updated packages in packagist, plus a few random ones.

This could solve the "GithubRateLimitException" Problem.

Possible sources for new packages and releases could be these feeds: https://packagist.org/feeds/releases.rss https://packagist.org/feeds/packages.rss

h4cc commented 9 years ago

Fetching the packages from the feeds is done, the other points have been solved elsewhere.