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 fe9c1e1 commit a0a2c8aCopy full SHA for a0a2c8a
README.md
@@ -20,7 +20,7 @@ Whenever you make an http request, add one or more of the hystrix-clj options to
20
:hystrix/group-key :default
21
:hystrix/threads 10
22
:hystrix/queue-size 5
23
- :hystrix/timeout-ms 600
+ :hystrix/timeout-ms 1000
24
:hystrix/bad-request-pred client-error?}}
25
```
26
Any values not supplied will be set to their default values as above. Requests with no Hystrix-related keys won't use Hystrix.
0 commit comments