|
|
|
|
|
by thorstenb
1589 days ago
|
|
Caching is a prob, due to the current size - what works here is: * FF: set browser.cache.disk.capacity to something >300MB, then set browser.cache.disk.max_entry_size to at least 150MB * Chrom{e|ium}: start browser from cmdline, via `chromium --disk-cache-dir=/var/tmp/foo --disk-cache-size=2147483647` (I'd not recommend this for production setups, obvsly .. ;)) |
|