removing forced sleep for performance improvement.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user