Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadine2016 authored Nov 15, 2024
1 parent aa64e4c commit 03534f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/reference/cheatsheets/timeouts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Review this page for a list of commonly used timeout settings in Gloo Gateway, o
- `sslConfig`
- `transportSocketConnectTimeout` disabled by default, **unlimited** (or limited by connection/idle timeout). Suggested is 10 seconds.
- `virtualHost`
- `options` (see also {{< protobuf name="gloo.solo.io.VirtualHostOptions" display="VirtualHostOptions" >}} )
- `options` (see also {{< protobuf name="gloo.solo.io.Options" display="Options" >}} )
- `retries`
- `perTryTimeout` defaults to **15 seconds** (Route timeout)
- `jwtStaged`
Expand All @@ -91,7 +91,7 @@ Review this page for a list of commonly used timeout settings in Gloo Gateway, o
- `remote`
- `cacheDuration` defaults to **5 minutes**
- `routes`
- `options` (see also {{< protobuf name="gloo.solo.io.RouteOptions" display="RouteOptions" >}})
- `options` (see also {{< protobuf name="gloo.solo.io.Options" display="Options" >}})
- `timeout` defaults to **15 seconds**
- `retries`
- `perTryTimeout` defaults to **15 seconds** (Route timeout)
Expand Down Expand Up @@ -123,4 +123,4 @@ Review this page for a list of commonly used timeout settings in Gloo Gateway, o
- `unhealthyEdgeInterval` defaults to `unhealthyInterval`'s value
- `healthyEdgeInterval` defaults to `interval`'s value



0 comments on commit 03534f0

Please sign in to comment.