Just use map rather than par-map& for deleting derivations

As I think par-map& is probably no faster.
This commit is contained in:
Christopher Baines 2020-10-08 08:20:03 +01:00
parent 936fda57c5
commit 062397e82b

View file

@ -491,7 +491,7 @@ WHERE NOT EXISTS (
(lambda (count result)
(+ result count))
0
(par-map&
(map
(lambda (derivation-id)
(with-thread-postgresql-connection
(lambda (conn)