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 has been archived by the owner on Feb 12, 2024. It is now read-only.
We use localStorage to save things like courses, professors, and friends for faster searching. They get periodically refreshed, based on which it is. (i.e. your friends will change more often than courses). It would be nice to have some way to trigger a refresh (possibly when you login).
The use case for this is when there is some bad data in localStorage. Recently we had issues with the Facebook API, which means only 25 friends per user were stored. This won't be fixed until the refresh period for friends.
The text was updated successfully, but these errors were encountered:
We use localStorage to save things like courses, professors, and friends for faster searching. They get periodically refreshed, based on which it is. (i.e. your friends will change more often than courses). It would be nice to have some way to trigger a refresh (possibly when you login).
The use case for this is when there is some bad data in localStorage. Recently we had issues with the Facebook API, which means only 25 friends per user were stored. This won't be fixed until the refresh period for friends.
The text was updated successfully, but these errors were encountered: