Just use map rather than par-map& for deleting derivations
As I think par-map& is probably no faster.
This commit is contained in:
parent
936fda57c5
commit
062397e82b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue