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)
|
(lambda (count result)
|
||||||
(+ result count))
|
(+ result count))
|
||||||
0
|
0
|
||||||
(par-map&
|
(map
|
||||||
(lambda (derivation-id)
|
(lambda (derivation-id)
|
||||||
(with-thread-postgresql-connection
|
(with-thread-postgresql-connection
|
||||||
(lambda (conn)
|
(lambda (conn)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue