updated example duration
This commit is contained in:
parent
52fe75085b
commit
ff4e591fca
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ kubectl exec \
|
|||
This service has an `EXTRA_LATENCY` environment variable. This will inject a sleep for the specified [time.Duration](https://golang.org/pkg/time/#ParseDuration) on every call to
|
||||
to the server.
|
||||
|
||||
For example, use `EXTRA_LATENCY="5s500ms"` to sleep for 5.5 seconds on every request.
|
||||
For example, use `EXTRA_LATENCY="5.5s"` to sleep for 5.5 seconds on every request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue