From 9099f234d9febe99a052e02eac13867461262f24 Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Wed, 9 Apr 2025 17:11:40 +0100 Subject: [PATCH] Updates limits --- src/content/docs/cache/how-to/purge-cache/index.mdx | 2 ++ src/content/plans/index.json | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/src/content/docs/cache/how-to/purge-cache/index.mdx b/src/content/docs/cache/how-to/purge-cache/index.mdx index 08f0b98a94bb2a..34c563fe82ff6d 100644 --- a/src/content/docs/cache/how-to/purge-cache/index.mdx +++ b/src/content/docs/cache/how-to/purge-cache/index.mdx @@ -30,6 +30,8 @@ The current purge limits are applied per **account**: +Note that the thresholds for URLs are calculated using a moving average. + ### Token bucket rate limiting Cloudflare uses token bucket rate limiting to limit the number of purge requests flowing through the system at any given time, ensuring a steady and manageable flow. diff --git a/src/content/plans/index.json b/src/content/plans/index.json index 4a51eb619e1d8e..52f6519f32cf8d 100644 --- a/src/content/plans/index.json +++ b/src/content/plans/index.json @@ -483,6 +483,13 @@ "pro": "1500 URLs per second", "biz": "1500 URLs per second", "ent": "3000 URLs per second" + }, + "limits_operations": { + "title": "Max operations per request", + "free": "100", + "pro": "100", + "biz": "100", + "ent": "500" } } },