Backed out changeset 56f630c3bdf6

This commit is contained in:
Joe Drew 2009-01-17 12:25:17 -05:00
Родитель d7e87c9765
Коммит b3b7c71522
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", 15728640);
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);