Google-Chrome-Portable
Google-Chrome-Portable copied to clipboard
[BUG] "--disk-cache-dir=" switch doesn't work
"--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?
You can edit any version of the source code and contribute the hash folder to the desired location
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).