From 353d828ee8bb42165e9497e624659bfaf1fd8cb9 Mon Sep 17 00:00:00 2001 From: Sean Eustace <101840198+seaneustace@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:01:49 -0700 Subject: [PATCH] Update limits.mdx It's tied to the zone plan default, but is controlled by Maximum Upload size so it can be lower if the setting is modified --- src/content/docs/workers/platform/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/platform/limits.mdx b/src/content/docs/workers/platform/limits.mdx index 63b5fb897ba0738..145bf8f53fb6942 100644 --- a/src/content/docs/workers/platform/limits.mdx +++ b/src/content/docs/workers/platform/limits.mdx @@ -35,7 +35,7 @@ URLs have a limit of 16 KB. Request headers observe a total limit of 32 KB, but each header is limited to 16 KB. -Cloudflare has network-wide limits on the request body size. This limit is tied to your Cloudflare account's plan, which is separate from your Workers plan. When the request body size of your `POST`/`PUT`/`PATCH` requests exceed your plan's limit, the request is rejected with a `(413) Request entity too large` error. +Cloudflare has network-wide limits on the request body size. This limit is tied to your Cloudflare zone's plan (Maximum Upload Size), which is separate from your Workers plan. When the request body size of your `POST`/`PUT`/`PATCH` requests exceed your plan's limit, the request is rejected with a `(413) Request entity too large` error. Cloudflare Enterprise customers may contact their account team or [Cloudflare Support](/support/contacting-cloudflare-support/) to have a request body limit beyond 500 MB.