increase feed from 25 to 50 items

this is being implemented as a temporary workaround until I have time for pagination
This commit is contained in:
Brad Rydzewski 2016-03-23 10:05:27 -07:00
parent f276bc1036
commit d9f49cb77a

View file

@ -117,5 +117,5 @@ FROM
WHERE b.build_repo_id = r.repo_id
AND r.repo_full_name IN (%s)
ORDER BY b.build_id DESC
LIMIT 25
LIMIT 50
`