Skip to content

Commit baf7be0

Browse files
Merge pull request #304402 from Tratcher/patch-1
Limit request idle timeout to 4-30m
2 parents eb36298 + 1e0a6a1 commit baf7be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/container-apps/ingress-environment-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ With the premium ingress mode enabled, you can also configure the following sett
8686
| Setting | Description | Minimum | Maximum | Default |
8787
|---|---|---|---|---|
8888
| Termination grace period | The amount of time (in seconds) for the container app to finish processing requests before they're canceled during shutdown. | 0 | 3,600 | 500 |
89-
| Idle request timeout | Idle request time-out in minutes. | 1 | 60 | 4 |
89+
| Idle request timeout | Idle request time-out in minutes. | 4 | 30 | 4 |
9090
| Request header count | Increase this setting if you have clients that send a large number of request headers. | 1 | N/A | 100 |
9191

9292
You should only increase these settings as needed, because raising them could lead to your ingress proxy instances consuming more resources for longer periods of time, becoming more vulnerable to resource exhaustion and denial of service attacks.

0 commit comments

Comments
 (0)