diff options
author | Christopher Baines <mail@cbaines.net> | 2019-03-07 23:51:23 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-03-07 23:51:23 +0000 |
commit | 7a00bff2c3f0ef8f4664f1f1fb5a61f79c8ff099 (patch) | |
tree | 1c59f3fcc5e01be3d895c1ee0c1e60364a5caad8 | |
parent | a1e481cc4dbd81df77490e6ab8cab9ef55605248 (diff) | |
download | data-service-7a00bff2c3f0ef8f4664f1f1fb5a61f79c8ff099.tar data-service-7a00bff2c3f0ef8f4664f1f1fb5a61f79c8ff099.tar.gz |
Fetch more derivations with no known build
To try and process the backlog a bit.
-rw-r--r-- | guix-data-service/builds.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-data-service/builds.scm b/guix-data-service/builds.scm index 471a830..4fbdd44 100644 --- a/guix-data-service/builds.scm +++ b/guix-data-service/builds.scm @@ -168,6 +168,6 @@ "WHERE derivations.id NOT IN (" "SELECT derivation_id FROM builds" ") " - "LIMIT 1000")) + "LIMIT 15000")) (exec-query conn query)) |