Increase the limit on pending builds to query
As there are quite a lot of pending builds.
This commit is contained in:
parent
553f00d4cf
commit
2e859ed981
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue