Bug 193911 - Increase default disk cache size. r=biesi, sr=bz

This commit is contained in:
Steve Chapel 2010-02-23 10:04:30 +01:00
parent f1d07c15bf
commit 57829ccc4f
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ pref("browser.bookmarks.max_backups", 5);
pref("browser.cache.disk.enable", true);
#ifndef WINCE
pref("browser.cache.disk.capacity", 51200);
pref("browser.cache.disk.capacity", 102400);
#else
pref("browser.cache.disk.capacity", 20000);
#endif

View File

@ -84,7 +84,7 @@
#define DISK_CACHE_DIR_PREF "browser.cache.disk.parent_directory"
#define DISK_CACHE_CAPACITY_PREF "browser.cache.disk.capacity"
#define DISK_CACHE_MAX_ENTRY_SIZE_PREF "browser.cache.disk.max_entry_size"
#define DISK_CACHE_CAPACITY 51200
#define DISK_CACHE_CAPACITY 102400
#define OFFLINE_CACHE_ENABLE_PREF "browser.cache.offline.enable"
#define OFFLINE_CACHE_DIR_PREF "browser.cache.offline.parent_directory"