Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/container-apps/premium-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ The following table describes the parameters you can set when configuring premiu

| Parameter | Description | Default | Minimum | Maximum |
|--|--|--|--|--|
| `termination-grace-period` | The time (in seconds) to allow active connections to close before terminating the ingress. | n/a | 0 | 3600 |
| `request-idle-limit` | The time (in minutes) a request can remain idle before being disconnected. | 4 | 4 | 30 |
| `termination-grace-period` | The time (in seconds) to allow active connections to close before terminating the ingress. | 500 | 0 | 3600 |
| `request-idle-timeout` | The time (in minutes) a request can remain idle before being disconnected. | 4 | 4 | 30 |
| `header-count-limit` | The maximum number of HTTP headers allowed per request. | 100 | 1 | n/a |


Expand Down