Updated default max search results to 100, #909

This commit is contained in:
Torkel Ödegaard 2014-10-07 06:17:33 -04:00
parent 0cba818364
commit f1125d64de
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ function (_, crypto) {
default_route : '/dashboard/file/default.json',
playlist_timespan : "1m",
unsaved_changes_warning : true,
search : { max_results: 16 },
search : { max_results: 100 },
admin : {}
};

View File

@ -73,7 +73,7 @@ define(['settings'], function(Settings) {
// specify the limit for dashboard search results
search: {
max_results: 20
max_results: 100
},
// default home dashboard