From 2b0ed5adbbd0892a43c7823a62caea0f1d7926d7 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Fri, 7 Feb 2020 20:25:02 -0800 Subject: [PATCH] closes #588: make urlbar a bit more responsive --- browser/app/profile/firefox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 20f66d029..24d065739 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -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