Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/cache/how-to/purge-cache/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The current purge limits are applied per **account**:

<FeatureTable id="cache.single_file_purge" />

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.
Expand Down
7 changes: 7 additions & 0 deletions src/content/plans/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down