Skip to content

Commit c517e7e

Browse files
authored
docs: removes outdated rateLimit option (#11291)
### 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
1 parent 563c21b commit c517e7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/configuration/overview.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ The following options are available:
9090
| **`onInit`** | A function that is called immediately following startup that receives the Payload instance as its only argument. |
9191
| **`debug`** | Enable to expose more detailed error information. |
9292
| **`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). |
9493
| **`hooks`** | An array of Root Hooks. [More details](../hooks/overview). |
9594
| **`plugins`** | An array of Plugins. [More details](../plugins/overview). |
9695
| **`endpoints`** | An array of Custom Endpoints added to the Payload router. [More details](../rest-api/overview#custom-endpoints). |

0 commit comments

Comments
 (0)