We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ee392 commit fe9c1e1Copy full SHA for fe9c1e1
src/clj_http_hystrix/core.clj
@@ -43,7 +43,7 @@
43
"Create a configurator that can configure the hystrix according to the
44
declarative config (or some sensible defaults)"
45
[config]
46
- (let [timeout (:hystrix/timeout-ms config 600)
+ (let [timeout (:hystrix/timeout-ms config 1000)
47
group (:hystrix/group-key config :default)
48
threads (:hystrix/threads config 10)
49
command-configurator (doto (HystrixCommandProperties/Setter)
0 commit comments