mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-25 15:30:13 +00:00
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:
@@ -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
|
||||
`
|
||||
|
Reference in New Issue
Block a user