Add comment to remove transact! in pipeline

pull/10839/head
Tienson Qin 2024-01-09 18:55:03 +08:00
parent d1ca61d3c5
commit 8e7d374e79
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@
(remove nil?))))
tx-report' (or
(when (seq replace-tx)
;; TODO: remove this since transact! is really slow
(ldb/transact! conn replace-tx {:replace? true
:pipeline-replace? true}))
tx-report)