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:
parent
cbe9859064
commit
150d9c4390
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue