empty edit

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2022-04-05 18:29:36 -05:00
parent 6d17905072
commit c846977c6b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ You define timeouts, retries and circuit breaker policies under `policies`. Each
Timeouts can be used to early-terminate long-running operations. If you've exceeded timeout:
- The operation in progress will be terminated (if possible).
- An error is returned.
- An error is returned.
Valid values are of the form `15s`, `2m`, `1h30m`, etc. For example: