Increase the limit on pending builds to query

As there are quite a lot of pending builds.
This commit is contained in:
Christopher Baines 2020-10-21 20:08:02 +01:00
parent 553f00d4cf
commit 2e859ed981

View file

@ -494,7 +494,7 @@ WHERE builds.build_server_id = $1 AND
'scheduled', 'started' 'scheduled', 'started'
) )
ORDER BY latest_build_status.status DESC -- 'started' first ORDER BY latest_build_status.status DESC -- 'started' first
LIMIT 1000") LIMIT 10000")
(map (map
(match-lambda (match-lambda