Skip to content

Commit 3ecf5c4

Browse files
Updates limits (#21561)
1 parent d2e1bc0 commit 3ecf5c4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The current purge limits are applied per **account**:
3030

3131
<FeatureTable id="cache.single_file_purge" />
3232

33+
Note that the thresholds for URLs are calculated using a moving average.
34+
3335
### Token bucket rate limiting
3436

3537
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.

src/content/plans/index.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,13 @@
483483
"pro": "1500 URLs per second",
484484
"biz": "1500 URLs per second",
485485
"ent": "3000 URLs per second"
486+
},
487+
"limits_operations": {
488+
"title": "Max operations per request",
489+
"free": "100",
490+
"pro": "100",
491+
"biz": "100",
492+
"ent": "500"
486493
}
487494
}
488495
},

0 commit comments

Comments
 (0)