change default max suggestions to 4
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@
|
|||||||
suggestions: true,
|
suggestions: true,
|
||||||
|
|
||||||
// max amount of suggestions to display.
|
// max amount of suggestions to display.
|
||||||
suggestionsLimit: 5,
|
suggestionsLimit: 4,
|
||||||
|
|
||||||
// open queries in a new tab.
|
// open queries in a new tab.
|
||||||
newTab: true,
|
newTab: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user