Query for more recent derivation outputs by default

Rather than looking for the oldest unknown outputs, as the new ones are
generally more useful.
This commit is contained in:
Christopher Baines 2020-03-12 20:47:43 +00:00
parent 885053e107
commit 24e7df541b

View file

@ -605,7 +605,7 @@ WHERE NOT EXISTS (
")"))
"
)
ORDER BY derivation_output_details_sets.id, derivation_output_details.id
ORDER BY derivation_output_details_sets.id DESC, derivation_output_details.id
LIMIT 15000"))
(fold (lambda (row result)