From 1514199775616e53070a9e0a1e079f8446f2eeec Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sat, 1 Jul 2017 23:54:40 -0700 Subject: [PATCH] increase suggestion limit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ac8e746..9798da7 100644 --- a/index.html +++ b/index.html @@ -49,14 +49,14 @@ suggestions: true, // max amount of suggestions that will ever be displayed. - suggestionsLimit: 4, + suggestionsLimit: 6, // the order and limit for each suggestion influencer. // the following would give you 1 suggestion from your search history // and 4 suggestions from Duck Duck Go. influencers: [ { name: 'History', limit: 1 }, - { name: 'DuckDuckGo', limit: 4 }, + { name: 'DuckDuckGo', limit: 6 }, ], // open queries in a new tab.