lpxxn / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Make it possible to tell QtWeb where to put its cache #190

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Under Linux, I use tmpfs, and tell browsers to put the cache in /dev/shm.  (If 
the browser obeys the setting of the XDG_CACHE_HOME variable, 
XDG_CACHE_HOME=/dev/shm does it.)

Under Windows, I allocate a 128MB RAMdisk as drive Z:, and prefer to put cache 
in Z:\TEMP

Original issue reported on code.google.com by dennis.m...@gmail.com on 10 Sep 2013 at 8:11