removing forced sleep for performance improvement.

This commit is contained in:
2023-03-14 09:12:26 -07:00
parent aa937ac009
commit 437cbdcada

View File

@@ -626,7 +626,7 @@
:audit/batch batch-id})
_ (log/info "transacting batch " batch-id " " (count batch))
tx-result @(d/transact conn batch)
_ (Thread/sleep 1000)]
_ (Thread/sleep 100)]
(cond-> full-tx
(:tx-data full-tx) (update :tx-data #(into % (:tx-data tx-result)))