diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2676-add-max-includes-setting.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2676-add-max-includes-setting.yaml index b0dd05c0584..c763b77c27e 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2676-add-max-includes-setting.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2676-add-max-includes-setting.yaml @@ -3,4 +3,6 @@ type: add issue: 2676 backport: 5.4.1 title: "A new setting has been added to the DaoConfig that allows the maximum number of - `_include` and `_revinclude` resources to be added to a single search page result." + `_include` and `_revinclude` resources to be added to a single search page result. In addition, the + include/revinclue processor have been redesigned to avoid accidentally overloading the server if + an include/revinclude would return unexpected massive amounts of data."