minor tweaks.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
(fn [e]
|
||||
(if (>= attempt 5)
|
||||
(throw e)
|
||||
(de/chain
|
||||
(de/chain
|
||||
(mt/in 1000 (fn [] 1))
|
||||
(fn [_] (de/recur (inc attempt)))))))
|
||||
(de/chain identity)))
|
||||
|
||||
Reference in New Issue
Block a user