minor fixes.
This commit is contained in:
@@ -20,10 +20,14 @@
|
||||
:proxy-port (:yodlee-proxy-port env)
|
||||
:retry-handler (fn [ex try-count http-context]
|
||||
(log/error "yodlee Error." ex)
|
||||
false)}
|
||||
false)
|
||||
:socket-timeout 60000
|
||||
:connection-timeout 60000}
|
||||
{:retry-handler (fn [ex try-count http-context]
|
||||
(log/error "yodlee Error." ex)
|
||||
false)}))
|
||||
false)
|
||||
:socket-timeout 60000
|
||||
:connection-timeout 60000}))
|
||||
|
||||
(defn retry-thrice
|
||||
([x] (retry-thrice x 0))
|
||||
|
||||
Reference in New Issue
Block a user