diff --git a/content/configuration/security-limits.md b/content/configuration/security-limits.md index 52ab4d54..f523eaa8 100644 --- a/content/configuration/security-limits.md +++ b/content/configuration/security-limits.md @@ -153,5 +153,5 @@ Allows you to configure hard technical limits, to prevent abuse and optimize for | `QUERY_LIMIT_DEFAULT` | The default query limit used when not defined in the API request. | `100` | | `QUERY_LIMIT_MAX` | The maximum query limit accepted on API requests. | `-1` | | `QUERYSTRING_MAX_PARSE_DEPTH` | The maximum object depth when parsing URL query parameters using the querystring format | `10` | -| `QUERYSTRING_ARRAY_LIMIT` | The array limit when parsing URL query parameters using the querystring format | `100` | -| `MAX_IMPORT_ERRORS` | The maximum number of validation errors permitted while importing records before the process is cancelled and the errors returned. | `1000` | \ No newline at end of file +| `QUERYSTRING_ARRAY_LIMIT` | The array limit when parsing URL query parameters using the querystring format | `500` | +| `MAX_IMPORT_ERRORS` | The maximum number of validation errors permitted while importing records before the process is cancelled and the errors returned. | `1000` |