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

unlock of free user KDBXes unnecessarily include the 2nd read operation #8

Open
luckyrat opened this issue May 4, 2022 · 0 comments
Labels
enhancement New feature or request performance Investigation of, or improvement to, app performance

Comments

@luckyrat
Copy link
Member

luckyrat commented May 4, 2022

We only need this 2nd read for subscribed users that might be working on their Vault while a new one is being downloaded and merged in the background (or in the rare case when a free user first attaches to an existing remote account). So we could defer the read/unlock effort until really needed if we know we have no current User.

Low priority since we will first investigate if we can make changes to the sync operations so that they can be really done as a background operation while the app is not even open and thus remove this 2nd read operation for all users at the same time.

@luckyrat luckyrat added enhancement New feature or request help wanted Extra attention is needed performance Investigation of, or improvement to, app performance and removed help wanted Extra attention is needed labels May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Investigation of, or improvement to, app performance
Projects
None yet
Development

No branches or pull requests

1 participant