-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to disable cache #287
Comments
Hmm, I'm not sure if I would want to add an option to globally disable the cache as that would negate the benefits of caching (reduced server load and better performance on slow networks). Would a refresh button that forces the app to reload the currently viewed charger or map area from the server also be a solution? |
I guess that could work. Or if you want to hide this from most users, maybe a setting inside the hidden developer menu since this would be mostly for "debugging"? Anything would be fine. |
@johan12345 Tested this on 1.6.5 and it seems to be working. Thanks again for implementing it. Two notes:
Edit: "sounds cool" on the 3rd onboarding screen is also the only button that starts with lower case :P |
I've been updating outdated chargers and adding new ones to OCM. Depending on what I am doing, sometimes I use EVMap (since their app is not the fastest) to quickly edit the entry, check if changes look okay, etc, or compare the map entries with other databases.
The "problem"? Since cache was introduced, I have to keep purging it to see changes right away.
This doesn't affect most users and it's not something that must be implemented, but it would be nice to have a way to disable caching for situations like this.
The text was updated successfully, but these errors were encountered: