Bug 455508 - Revert experimental change.

This commit is contained in:
Joe Drew 2008-12-23 23:17:31 -05:00
Родитель 0a934b0b6c
Коммит 0e2831b69d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2668,7 +2668,7 @@ pref("toolkit.zoomManager.zoomValues", ".3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2
// Image cache prefs
// The maximum size, in bytes, of the decoded images we cache
pref("image.cache.size", 10485760);
pref("image.cache.size", 5242880);
// A weight, from 0-1000, to place on time when comparing to size.
// Size is given a weight of 1000 - timeweight.
pref("image.cache.timeweight", 500);