From ccaf36cc9ecaa9d26d5a0bbbb708fd990c23105c Mon Sep 17 00:00:00 2001 From: Alex Gaillard Date: Tue, 24 Feb 2026 15:50:29 -0500 Subject: [PATCH] Change default value --- content/configuration/security-limits.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` |