Skip to content
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

Does Cold Storage have a size limit not specified in the documents? #7

Closed
Al-Spheres opened this issue Oct 27, 2021 · 1 comment
Closed

Comments

@Al-Spheres
Copy link

Describe the bug
We are trying to use this library to cache MP3 files on an android device. These files are streamed to the device, converted into a string so they can be stored with cold storage. This works for a lot of the MP3 files we have but we noticed that some larger files (~2 MB) are not placed into the cache. Even checking right after they are added they do not appear in the cache. No visible error is printed out either

Is there a size limit not described in the documentation? Is this expected behaviour?

@Al-Spheres
Copy link
Author

Ok after reading the documentation a lot more carefully there is a line specifying that max allocation size can be set. I didn't see an example, but when the cache is initialized in the application there are a variety of params that can be set.

Screen Shot 2021-10-27 at 11 02 27 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant