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

Cache list of patch files #321

Open
LnnrtS opened this issue Aug 8, 2024 · 1 comment
Open

Cache list of patch files #321

LnnrtS opened this issue Aug 8, 2024 · 1 comment
Labels

Comments

@LnnrtS
Copy link
Collaborator

LnnrtS commented Aug 8, 2024

Creating this list is expensive and cost grows with number of patches present.
We can keep a list in memory and update it on relevant file operations.
This might become more important once the wifi module implements more operation on patches

@danngreen
Copy link
Member

Yeah, good idea. I think the operations would be:

  • Media change (eject, insert)
  • Wifi file transfer
  • Patch Save

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

No branches or pull requests

2 participants