mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 06:34:34 +00:00
Add comment to remove transact! in pipeline
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user