Skip to content

Commit 9492810

Browse files
Update content/en/docs/refguide/runtime/custom-settings/_index.md
Co-authored-by: EnasAbdelrazek <96430281+EnasAbdelrazek@users.noreply.github.com>
1 parent 6f6938c commit 9492810

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • content/en/docs/refguide/runtime/custom-settings

content/en/docs/refguide/runtime/custom-settings/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ The settings below influence the behavior of the Mendix web client.
278278

279279
### Max Retrieve Size{#MaxRetrieveSize}
280280

281-
The `MaxRetrieveSize` limits the amount of objects that the runtime will return in a single request. When requesting more objects then allowed with a `retrieve_by_ids` XAS request the runtime will throw an error: ``retrieve_by_ids action tried to retrieve more objects then allowed by the `MaxRetrieveSize`. Amount of guids requested: (...), max amount of objects allowed: (...)``. For `retrieve`, `retrieve_by_path` and `retrieve_by_xpath` XAS requests the runtime will enforce the `MaxRetrieveSize` by setting a limit on the query. Here a warning will be logged when more objects where requested then allowed by the `MaxRetrieveSize` setting: ``A retrieve action requested more objects then allowed by the `MaxRetrieveSize` runtime setting. Amount requested: (...), allowed: (...).``
281+
The `MaxRetrieveSize` limits the number of objects that the runtime will return in a single request. When requesting more objects than allowed with a `retrieve_by_ids` XAS request, the runtime will throw an error: ``retrieve_by_ids action tried to retrieve more objects than allowed by the `MaxRetrieveSize`. Amount of guids requested: (...), max amount of objects allowed: (...)``
282+
For `retrieve`, `retrieve_by_path`, and `retrieve_by_xpath` XAS requests, the runtime will enforce the `MaxRetrieveSize` by setting a limit on the query. A warning will be logged when more objects were requested than allowed by the `MaxRetrieveSize` setting: ``A retrieve action requested more objects than allowed by the `MaxRetrieveSize` runtime setting. Amount requested: (...), allowed: (...).``
282283

283284
## Metrics Settings{#metrics-settings}
284285

0 commit comments

Comments
 (0)