You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,19 +27,13 @@ Whenever you make an http request, add one or more of the hystrix-clj options to
27
27
:hystrix/bad-request-pred client-error?})
28
28
```
29
29
30
-
Requests without any `:hystrix/...` keys won't use Hystrix. Any values not supplied will be set to their default values as above. Custom default values can also be specified when registering with `add-hook`:
30
+
Requests without any `:hystrix/...` keys won't use Hystrix. If you include **at least one**`:hystrix/...` key then any keys not specified will take the above (default) values.
31
+
32
+
Custom default values can be specified when registering with `add-hook`. Any keys you supply will override the defaults shown above:
0 commit comments