CatHash images are not persisted #689
Closed
HenrikJannsen
started this conversation in
General
Replies: 2 comments 1 reply
-
|
Are you referring to the node app or the connect apps? I'll answer both here cause this might be a misconception:
please confirm, moving to discussion |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Close as it is fixed with #701 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The CatHash image classes support persisting the images so that they are not re-created each time as the creating is expensive.
Also the local caching is supported in the base classes and should be reused instead the custom implementation for caching.
Lot of images add memory pressure when kept in ram. We need some policy to keep the in-memory items limited.
Beta Was this translation helpful? Give feedback.
All reactions