Fetch more derivations with no known build
To try and process the backlog a bit.
This commit is contained in:
parent
a1e481cc4d
commit
7a00bff2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -168,6 +168,6 @@
|
||||||
"WHERE derivations.id NOT IN ("
|
"WHERE derivations.id NOT IN ("
|
||||||
"SELECT derivation_id FROM builds"
|
"SELECT derivation_id FROM builds"
|
||||||
") "
|
") "
|
||||||
"LIMIT 1000"))
|
"LIMIT 15000"))
|
||||||
|
|
||||||
(exec-query conn query))
|
(exec-query conn query))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue