I've gone through the setting but couldn't find an option to delete cache on app exit.
Is this possible?
It seems like connect is generating the largest cache storage of all my apps
7 comments
If you're on Android, you can delete the app's cache manually in the main system settings
Yeah I've done that several times. It would be great if this could be automated to delete cache when I exited the app. I don't know what is saved there but it does not seem to affect my experience when I log back in after deleting the cache
It saves previews of images and that kind of stuff. Deleting it automatically after every app restart can result in worse speed (because the images have to be redownloaded every time), increased network traffic usage (same reason) and even memory wear on some devices (it doesn't really like write cycles and can break down after a certain amount of them)
1.0.171
I haven't checked recently though. Just a thing that I thought about randomly
Caching should be a bit improved on 1.0.174. Right now things live in the cache for 14 days before they're removed.
If you're on Android, you can delete the app's cache manually in the main system settings
Yeah I've done that several times. It would be great if this could be automated to delete cache when I exited the app. I don't know what is saved there but it does not seem to affect my experience when I log back in after deleting the cache
It saves previews of images and that kind of stuff. Deleting it automatically after every app restart can result in worse speed (because the images have to be redownloaded every time), increased network traffic usage (same reason) and even memory wear on some devices (it doesn't really like write cycles and can break down after a certain amount of them)