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

simplified encryption management #5375

Closed
wants to merge 2 commits into from
Closed

Conversation

finnschiermer
Copy link
Contributor

What, How & Why?

☑️ ToDos

  • 📝 Changelog update
  • 🚦 Tests (or not relevant)

@cla-bot cla-bot bot added the cla: yes label Apr 7, 2022
@tgoyne
Copy link
Member

tgoyne commented Apr 7, 2022

To make sure I'm understanding this correctly: the idea here is that in normal usage we no longer ever have multiple mutable mappings of the same file active at a time, so we don't need to update other mappings? As long as there's only ever one DB opening a file, the other mappings are just old reader views which should continue to see the same old data anyway, and copying between mappings only makes sense with multiple DB instances (or multiple SharedGroups before the SharedGroup mapping sharing was implemented).

@finnschiermer
Copy link
Contributor Author

@tgoyne nope, the simplification here is removal of dead code. But please let me know if you think I'm removing code which is in use?

@finnschiermer finnschiermer marked this pull request as draft June 14, 2022 14:52
@finnschiermer finnschiermer deleted the fsa/simplify-encryption branch February 16, 2023 07:44
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants