closes #588: make urlbar a bit more responsive

This commit is contained in:
Cameron Kaiser 2020-02-07 20:25:02 -08:00
parent cfb4b1e08a
commit 2b0ed5adbb
1 changed files with 2 additions and 2 deletions

View File

@ -290,11 +290,11 @@ pref("browser.urlbar.matchBehavior", 1);
pref("browser.urlbar.filter.javascript", true);
// the maximum number of results to show in autocomplete when doing richResults
pref("browser.urlbar.maxRichResults", 12);
pref("browser.urlbar.maxRichResults", 6);
// The amount of time (ms) to wait after the user has stopped typing
// before starting to perform autocomplete. 50 is the default set in
// autocomplete.xml.
pref("browser.urlbar.delay", 50);
pref("browser.urlbar.delay", 100);
// The special characters below can be typed into the urlbar to either restrict
// the search to visited history, bookmarked, tagged pages; or force a match on