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

Configurable cache directory #119

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Buckminsterfullerene02
Copy link
Contributor

@Buckminsterfullerene02 Buckminsterfullerene02 commented Jan 20, 2024

[Draft]

Reason for implementation

If the user changes cache dir, it needs to delete the existing cache from the previous location and make the directory at the new location. I'm not having it copy the cache dir because it's usually multiple GBs which can be a long ass process for slower machines. Would need extra complexity like progress bar or something. Saying that, deleting multiple GBs can take a while too so maybe not have that part? Then again, it's expected to delete old cache files anyway

Have not been able to actually test this code yet (aside from the UI changes)

Remove config/data dir config as its not necessary

fmt

idk
@Buckminsterfullerene02
Copy link
Contributor Author

Buckminsterfullerene02 commented Feb 25, 2024

Removed settings for config/data dir because it doesn't make any sense why'd you want to move those.

@Buckminsterfullerene02 Buckminsterfullerene02 changed the title Configurable config, cache & data directories Configurable cache directory Feb 25, 2024
@trumank trumank force-pushed the master branch 2 times, most recently from 9bc18cb to ad23a7b Compare April 23, 2024 01:52
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

Successfully merging this pull request may close these issues.

None yet

1 participant