Skip to content

Commit

Permalink
raise number of history items searched
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasb committed Apr 10, 2012
1 parent 392232f commit f7f40e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzyMode.js
Expand Up @@ -12,7 +12,7 @@ var fuzzyMode = (function() {
'?' : [ 'search', function(query) { return utils.createSearchUrl(query) } ],
});
else if (name === 'history')
return new completion.FuzzyHistoryCompleter(2000);
return new completion.FuzzyHistoryCompleter(8000);
else if (name === 'bookmarks')
return new completion.FuzzyBookmarkCompleter();
else if (name === 'tabs')
Expand Down

0 comments on commit f7f40e3

Please sign in to comment.