maybe lowering pipelining will help.
This commit is contained in:
@@ -302,7 +302,7 @@
|
|||||||
|
|
||||||
(defn get-provider-accounts-with-details []
|
(defn get-provider-accounts-with-details []
|
||||||
(let [provider-accounts (get-provider-accounts)]
|
(let [provider-accounts (get-provider-accounts)]
|
||||||
(let [concurrent 20
|
(let [concurrent 10
|
||||||
output-chan (async/chan)]
|
output-chan (async/chan)]
|
||||||
(async/pipeline-blocking concurrent
|
(async/pipeline-blocking concurrent
|
||||||
output-chan
|
output-chan
|
||||||
|
|||||||
Reference in New Issue
Block a user