Fetch more derivations with no known build

To try and process the backlog a bit.
This commit is contained in:
Christopher Baines 2019-03-07 23:51:23 +00:00
parent a1e481cc4d
commit 7a00bff2c3
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -168,6 +168,6 @@
"WHERE derivations.id NOT IN ("
"SELECT derivation_id FROM builds"
") "
"LIMIT 1000"))
"LIMIT 15000"))
(exec-query conn query))