Reduce the derivation deletion batch size

This commit is contained in:
Christopher Baines 2020-10-08 07:49:28 +01:00
parent 03ea66cf33
commit b540abaeba

View file

@ -479,7 +479,7 @@ WHERE NOT EXISTS (
) AND NOT EXISTS (
SELECT 1 FROM guix_revision_system_test_derivations
WHERE derivation_id = derivation_outputs.derivation_id
) LIMIT 10000000")))
) LIMIT 1000000")))
(derivations-count (length derivations)))
(simple-format (current-error-port)
"Looking at ~A derivations\n"