Don't try to start a new transaction inside processing build events

As it uses a transaction with a wider scope.
This commit is contained in:
Christopher Baines 2020-12-27 10:27:45 +00:00
parent cbe9859064
commit 150d9c4390

View file

@ -135,7 +135,8 @@
(lambda (item-data)
(list (assoc-ref item-data "timestamp")
(assoc-ref item-data "event")))
items)))))
items)
#:transaction? #f))))
(define (process-items items)
(parallel-via-thread-pool-channel