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
Currently, on each page load, two requests are made to GitHub. This should be fine for a single user, but if multiple people were to use the app, we could potentially hit rate limits.
We could potentially create a CodeFetcher GenServer that fetches a batch of code snippets every so often and then stores them as a bank that can be used to pull from instead.
The text was updated successfully, but these errors were encountered:
Currently, on each page load, two requests are made to GitHub. This should be fine for a single user, but if multiple people were to use the app, we could potentially hit rate limits.
We could potentially create a
CodeFetcher
GenServer that fetches a batch of code snippets every so often and then stores them as a bank that can be used to pull from instead.The text was updated successfully, but these errors were encountered: