Skip to content

Commit e3bb3db

Browse files
Update src/content/docs/cache/how-to/purge-cache/index.mdx
Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent bb0111c commit e3bb3db

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cache/how-to/purge-cache

1 file changed

+1
-1
lines changed

src/content/docs/cache/how-to/purge-cache/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ If versioning is active on your zone and multiple environments are configured, y
2020

2121
### Token bucket rate limiting
2222

23-
We use 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. Each account tier has a defined request rate (for example, Free: 5 requests per minute, Business: 10 requests per second), and requests are only allowed if there are available tokens in the bucket. Tokens refill at a consistent rate, but each bucket has a maximum capacity (for example, Free: 25 tokens, Enterprise: 500 tokens), allowing short bursts of requests if tokens have accumulated. If the bucket is empty, further requests must wait until new tokens are added. This system maintains fair usage while allowing occasional bursts within the bucket's capacity.
23+
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. Each account tier has a defined request rate (for example, Free: 5 requests per minute, Business: 10 requests per second), and requests are only allowed if there are available tokens in the bucket. Tokens refill at a consistent rate, but each bucket has a maximum capacity (for example, Free: 25 tokens, Enterprise: 500 tokens), allowing short bursts of requests if tokens have accumulated. If the bucket is empty, further requests must wait until new tokens are added. This system maintains fair usage while allowing occasional bursts within the bucket's capacity.
2424

2525
If you are an Enterprise customer and you need more operations, reach out to your account team for support.

0 commit comments

Comments
 (0)