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

[BUG] "--disk-cache-dir=" switch doesn't work #5

Open
RedSteel-1 opened this issue Oct 11, 2023 · 2 comments
Open

[BUG] "--disk-cache-dir=" switch doesn't work #5

RedSteel-1 opened this issue Oct 11, 2023 · 2 comments

Comments

@RedSteel-1
Copy link

RedSteel-1 commented Oct 11, 2023

"--disk-cache-dir=" switch is totally ignored.
It is thus impossible to move the cache to a custom location (like for example RAM-disk).
Which is a big pity.

No matter which address is set in "--disk-cache-dir=", the cache is always stored in "Cache" folder one level up from [browser].exe/version.dll.

Could you fix this?

@RedSteel-1 RedSteel-1 changed the title [BUG] CMD switch "--disk-cache-dir=" doesn't work [BUG] "--disk-cache-dir=" switch doesn't work Oct 11, 2023
@jestxfot
Copy link
Owner

You can edit any version of the source code and contribute the hash folder to the desired location

@RedSteel-1
Copy link
Author

contribute the hash folder to the desired location

Do you mean hard-coding the location? And when the location needs to be changed - changing it in the source code again and re-compiling again?
If yes, this is absolutely not a solution, the location should be dynamically configurable, so that it can be changed quickly and easily (this is what "--disk-cache-dir=" is made for).

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

No branches or pull requests

2 participants