You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What?
This PR removes references to the `rateLimit` option from the
documentation, as it was deprecated in Payload v3.
Since Payload now runs on Next.js, which are often deployed
serverlessly, built-in rate limiting is no longer supported.
Users are encouraged to implement rate limiting at the load balancer,
proxy level, or use services like Cloudflare.
Fixes#10321
Copy file name to clipboardExpand all lines: docs/configuration/overview.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,6 @@ The following options are available:
90
90
|**`onInit`**| A function that is called immediately following startup that receives the Payload instance as its only argument. |
91
91
|**`debug`**| Enable to expose more detailed error information. |
92
92
|**`telemetry`**| Disable Payload telemetry by passing `false`. [More details](#telemetry). |
93
-
|**`rateLimit`**| Control IP-based rate limiting for all Payload resources. Used to prevent DDoS attacks, etc. [More details](../production/preventing-abuse#rate-limiting-requests). |
94
93
|**`hooks`**| An array of Root Hooks. [More details](../hooks/overview). |
95
94
|**`plugins`**| An array of Plugins. [More details](../plugins/overview). |
96
95
|**`endpoints`**| An array of Custom Endpoints added to the Payload router. [More details](../rest-api/overview#custom-endpoints). |
0 commit comments