maybe lowering pipelining will help.

This commit is contained in:
Bryce Covert
2021-12-30 06:47:47 -08:00
parent 8139958450
commit d38f8d8020

View File

@@ -302,7 +302,7 @@
(defn get-provider-accounts-with-details []
(let [provider-accounts (get-provider-accounts)]
(let [concurrent 20
(let [concurrent 10
output-chan (async/chan)]
(async/pipeline-blocking concurrent
output-chan