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:
parent
885053e107
commit
24e7df541b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue