Fork me on GitHub
#aleph
<
2017-08-08
>
miikka08:08:37

There's a default :connection-timeout of 60 seconds, though.

miikka08:08:48

Also you can do set a timeout with (d/timeout! ...)

miikka08:08:28

Or I guess you can even use clojure.core/deref timeout. (deref (http/get ...) 30000 :timeout)