Limit the builds displayed on the /builds page
Otherwise it can't render if there are lots of builds.
This commit is contained in:
parent
fa6e4ac842
commit
266a2d867c
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@
|
|||
(assq-ref parsed-query-parameters
|
||||
'build_status)
|
||||
(assq-ref parsed-query-parameters
|
||||
'build_server))))))
|
||||
'build_server)
|
||||
#:limit 50)))))
|
||||
|
||||
(render-html
|
||||
#:sxml (view-builds parsed-query-parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue