Google-Chrome-Portable icon indicating copy to clipboard operation
Google-Chrome-Portable copied to clipboard

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

Open BlackRock-99 opened this issue 2 years ago • 2 comments

"--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?

BlackRock-99 avatar Oct 11 '23 16:10 BlackRock-99

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

jestxfot avatar Oct 11 '23 16:10 jestxfot

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).

BlackRock-99 avatar Oct 11 '23 16:10 BlackRock-99