Limit the builds displayed on the /builds page

Otherwise it can't render if there are lots of builds.
This commit is contained in:
Christopher Baines 2020-10-21 19:58:27 +01:00
parent fa6e4ac842
commit 266a2d867c

View file

@ -93,7 +93,8 @@
(assq-ref parsed-query-parameters (assq-ref parsed-query-parameters
'build_status) 'build_status)
(assq-ref parsed-query-parameters (assq-ref parsed-query-parameters
'build_server)))))) 'build_server)
#:limit 50)))))
(render-html (render-html
#:sxml (view-builds parsed-query-parameters #:sxml (view-builds parsed-query-parameters