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 3299c28 commit 1c9242eCopy full SHA for 1c9242e
README.md
@@ -140,8 +140,9 @@ Example output:
140
> NOTE: Please see `docs` configuration entry explained above.
141
142
## Timeouts and Unavailability
143
-We can restrict requests timeouts globally, at service level using the `timeout` configuration.
144
-To define an endpoint specific timeout, you can use the property `timeout` of the request object, normally inside a middleware:
+We can restrict requests timeouts globally or at service level using the `timeout` configuration.
+
145
+You can also define endpoints specific timeout using the property `timeout` of the request object, normally inside a middleware:
146
```js
147
req.timeout = 500 // define a 500ms timeout on a custom request.
148
```
0 commit comments