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
How critical is the data that's getting cached? What's the size of that data?
@naugtur It's arbitrary data from any snap. It could be private keys, or just user preferences, etc. It can be anywhere from a couple kilobytes up to 100 MB IIRC.
Snap state (managed through
snap_manageState
) can be cached in memory to improve performance, and avoid decrypting multiple times.The text was updated successfully, but these errors were encountered: