Hi All,
I'm trying to thinapp Google Chrome which isn't really a problem. The issue I'm having is that it saves a cache to the sandbox, which for some of our users is over 500mb.
Rather than educating users on how to remove the cache, i wondered if there was a way to stop it saving it altogether.
Ive searched for a few days and found the following command to add to the end of the target path on the shortcut to the application
--disk-cache-size=N --media-cache-size=N
To be used like:
"C:\program files\google chrome\chrome.exe"--disk-cache-size=N --media-cache-size=N
I'm using version 31.0.1650.63 of Google Chrome and version 5 of thinapp
Has anyone else had a similar issue?