2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

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

View file

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