working on support gl.
This commit is contained in:
@@ -141,8 +141,11 @@
|
||||
#_(println "updating general-ledger " d-tx)
|
||||
@(d/transact (d/connect uri) [d-tx]))))
|
||||
|
||||
(def break (atom false))
|
||||
|
||||
(defn process-all []
|
||||
(while (not (Thread/interrupted))
|
||||
(while (and (not @break)
|
||||
(not (Thread/interrupted)))
|
||||
(process-one (d/tx-report-queue (d/connect uri) ))))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user