Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

MXFileStore takes too long time to open and call onStoreReady callback #523

Open
ahosseinich opened this issue Jan 21, 2020 · 1 comment

Comments

@ahosseinich
Copy link

When the mainactivity is created i open the store. it takes 5 seconds the store to be ready. if i close the app and open it again, it takes 5 seconds again the store be ready. in this 5 second till store be ready, just few KB transfers through network.
whats the problem that store takes too long to be ready?

@bmarty
Copy link
Contributor

bmarty commented Feb 5, 2020

The store de-serializes all data that has been stored in files. It can take a long time to be performed.
This is one of the reason why we are entirely rewriting the APK in RiotX.

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

No branches or pull requests

2 participants