Reduce the derivation deletion batch size
This commit is contained in:
parent
03ea66cf33
commit
b540abaeba
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ WHERE NOT EXISTS (
|
||||||
) AND NOT EXISTS (
|
) AND NOT EXISTS (
|
||||||
SELECT 1 FROM guix_revision_system_test_derivations
|
SELECT 1 FROM guix_revision_system_test_derivations
|
||||||
WHERE derivation_id = derivation_outputs.derivation_id
|
WHERE derivation_id = derivation_outputs.derivation_id
|
||||||
) LIMIT 10000000")))
|
) LIMIT 1000000")))
|
||||||
(derivations-count (length derivations)))
|
(derivations-count (length derivations)))
|
||||||
(simple-format (current-error-port)
|
(simple-format (current-error-port)
|
||||||
"Looking at ~A derivations\n"
|
"Looking at ~A derivations\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue