Bug 415489 - URL bar autocomplete slow since bug 414507. r=dietrich, b-ff3=beltzner, a1.9b3=beltzner

This commit is contained in:
edward.lee@engineering.uiuc.edu 2008-02-04 11:36:22 -08:00
Родитель 4ee8d95778
Коммит bb301340a2
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -216,8 +216,8 @@ pref("browser.urlbar.maxRichResults", 25);
// Size of "chunks" affects the number of places to process between each search
// timeout (ms). Too big and the UI will be unresponsive; too small and we'll
// be waiting on the timeout too often without many results.
pref("browser.urlbar.search.chunkSize", 100);
pref("browser.urlbar.search.timeout", 100);
pref("browser.urlbar.search.chunkSize", 1000);
pref("browser.urlbar.search.timeout", 50);
pref("browser.download.useDownloadDir", true);
pref("browser.download.folderList", 0);