Skip to content

Commit 7bc4e5d

Browse files
authored
Updated proxy read timeout value (#25614)
1 parent e7a514b commit 7bc4e5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/fundamentals/reference/connection-limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you are using [Cloudflare tunnels](/cloudflare-one/connections/connect-networ
2828
| <GlossaryTooltip term="ACK (Acknowledge)">TCP ACK</GlossaryTooltip> Timeout | 90 | [522](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-522/) | No |
2929
| <GlossaryTooltip term="TCP Keep-Alive">TCP Keep-Alive</GlossaryTooltip> Interval | 30 | [520](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-520/) | No |
3030
| <GlossaryTooltip term="idle connection">Proxy Idle</GlossaryTooltip> Timeout | 900 | [520](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-520/) | No |
31-
| <GlossaryTooltip term="proxy read timeout">Proxy Read Timeout</GlossaryTooltip> | 100 | [524](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524/) | [Yes](/api/resources/zones/subresources/settings/methods/edit/) |
31+
| <GlossaryTooltip term="proxy read timeout">Proxy Read Timeout</GlossaryTooltip> | 120 | [524](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524/) | [Yes](/api/resources/zones/subresources/settings/methods/edit/) |
3232
| <GlossaryTooltip term="proxy write timeout">Proxy Write Timeout</GlossaryTooltip> | 30 | [524](/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524/) | No |
3333
| HTTP/2 Pings to Origin | Off | - | Yes |
3434
| <GlossaryTooltip term="idle connection">HTTP/2 Connection Idle</GlossaryTooltip> | 900 | No | No |

src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ source: null
66

77
## Error 524: a timeout occurred
88

9-
Error `524` indicates that Cloudflare successfully connected to the origin web server, but the origin did not provide an HTTP response before the default 100 seconds [Proxy Read Timeout](/fundamentals/reference/connection-limits/).
9+
Error `524` indicates that Cloudflare successfully connected to the origin web server, but the origin did not provide an HTTP response before the default 120 seconds [Proxy Read Timeout](/fundamentals/reference/connection-limits/).
1010

1111
### Common causes
1212

1313
This can happen if the origin server is taking too long because it has too much work to do, for example, a large data query, or because the server is struggling for resources and cannot return any data in time.
14-
The error `524` occurs if the origin web server acknowledges (ACK) the resource request after the connection has been established, but does not send a timely response (within the [Proxy Read Timeout](/fundamentals/reference/connection-limits/) delay, 100 seconds by default).
14+
The error `524` occurs if the origin web server acknowledges (ACK) the resource request after the connection has been established, but does not send a timely response (within the [Proxy Read Timeout](/fundamentals/reference/connection-limits/) delay, 120 seconds by default).
1515

1616
Error `524` can also indicate that Cloudflare successfully connected to the origin web server to write data, but the write did not complete before the 30 seconds [Proxy Write Timeout](/fundamentals/reference/connection-limits/) (or 6.5 seconds in the case of [Cloudflare Images](/images/)). This timeout cannot be adjusted.
1717

0 commit comments

Comments
 (0)