Skip to content

Commit a0a2c8a

Browse files
committed
Update README.md
1 parent fe9c1e1 commit a0a2c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Whenever you make an http request, add one or more of the hystrix-clj options to
2020
:hystrix/group-key :default
2121
:hystrix/threads 10
2222
:hystrix/queue-size 5
23-
:hystrix/timeout-ms 600
23+
:hystrix/timeout-ms 1000
2424
:hystrix/bad-request-pred client-error?}}
2525
```
2626
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

Comments
 (0)