Skip to content

Commit a66382b

Browse files
authored
Update README.md
1 parent e4c4048 commit a66382b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You can enable the following middleware using the "middlewares" config parameter
161161
- "validation": Return input validation errors for custom rules
162162
- "sanitation": Apply input sanitation on create and update
163163
- "multiTenancy": Restricts tenants access in a multi-tenant scenario
164-
- "pageLimits": Restricts list operations to become too heavy
164+
- "pageLimits": Restricts list operations to prevent heavy load and scraping
165165
- "customization": Provides handlers for request and response customization
166166

167167
The "middlewares" config parameter is a comma separated list of enabled middlewares.

0 commit comments

Comments
 (0)