update channel db

This commit is contained in:
Luke Pulverenti 2015-10-04 14:10:50 -04:00
parent 9969385a5e
commit dd85036ef5
2 changed files with 2 additions and 1 deletions

View file

@ -55,6 +55,7 @@
var maxPageSize = features.MaxPageSize;
var query = getQuery();
if (maxPageSize) {
query.Limit = Math.min(maxPageSize, query.Limit || maxPageSize);
}