diff --git a/src/browser/app/profile/better-fox.js b/src/browser/app/profile/better-fox.js index c5c9735c4..7400a1926 100644 --- a/src/browser/app/profile/better-fox.js +++ b/src/browser/app/profile/better-fox.js @@ -21,7 +21,7 @@ * SECTION: FASTFOX * ****************************************************************************/ /** GENERAL ***/ -pref("content.notify.interval", 100000); // (.10s); alt=500000 (.50s) +//pref("content.notify.interval", 100000); // (.10s); alt=500000 (.50s) /** GFX ***/ pref("gfx.canvas.accelerated.cache-items", 32768); @@ -37,8 +37,6 @@ pref("media.cache_readahead_limit", 9000); pref("media.cache_resume_threshold", 3600); pref("media.memory_caches_combined_limit_kb", 2560000); -pref("browser.cache.memory.max_entry_size", 0); - /** IMAGE CACHE ***/ pref("image.mem.decode_bytes_at_a_time", 32768); @@ -220,4 +218,4 @@ pref("layout.word_select.eat_space_to_next_word", false); /**************************************************************************** * END: BETTERFOX * -****************************************************************************/ \ No newline at end of file +****************************************************************************/