Hacker News new | ask | show | jobs
by omnidan 3921 days ago
> The GitHub API is rate-limited, and this makes a lot of API calls. Don't be surprised if things start to fall apart under load.

Under normal usage (read: not running scripts on GHFS, etc), does GHFS get to the GitHub API limits? Do you use caching? Do you regularly use it to check out projects on GitHub instead of cloning them manually? Did you ever get blocked by the API?

1 comments

The first time you list files in a directory or read a file's contents, you use an API request. It will be cached for future reads, but recursively listing directories will burn through quota pretty fast.

I don't use this for anything really, it's just a toy that was fun to make. I'm not sure how it would be useful, ideas welcome.