mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-01 06:33:22 +00:00
#588: increase latency of search a little more
This commit is contained in:
parent
2eb5ba7f62
commit
ddd1b9aab2
@ -294,7 +294,7 @@ 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", 100);
|
||||
pref("browser.urlbar.delay", 250);
|
||||
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user