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:
parent
f276bc1036
commit
d9f49cb77a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
`
|
||||
|
|
Loading…
Reference in a new issue