Commit b4dc5ac9 authored by Randall Leeds's avatar Randall Leeds

Bump the stream search chunk size

Close #2164
parent ee3bbab6
......@@ -25,7 +25,7 @@ module.exports = class StreamController
# Perform the search
searchParams = searchFilter.toObject $scope.search.query
query = angular.extend limit: 10, searchParams
query = angular.extend limit: 20, searchParams
store.SearchResource.get query, ({rows}) ->
annotationMapper.loadAnnotations(rows)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment