From b61d1b7b3346a8df64e8c2a4973b2cee07acfa3f Mon Sep 17 00:00:00 2001 From: Lorcan Wogan <69468264+LWogan@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:30:53 +0000 Subject: [PATCH] CORE-20865: update the docs to match functionality (#1725) --- .../schema/configuration/messaging/1.0/corda.messaging.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config-schema/src/main/resources/net/corda/schema/configuration/messaging/1.0/corda.messaging.json b/data/config-schema/src/main/resources/net/corda/schema/configuration/messaging/1.0/corda.messaging.json index 57eaf5e018..c7af2c4d2c 100644 --- a/data/config-schema/src/main/resources/net/corda/schema/configuration/messaging/1.0/corda.messaging.json +++ b/data/config-schema/src/main/resources/net/corda/schema/configuration/messaging/1.0/corda.messaging.json @@ -104,7 +104,7 @@ "default": {} }, "maxAllowedMessageSize": { - "description": "The maximum size, in bytes, for messages. Corda breaks messages exceeding this size into smaller messages before sending. This value must be lower than the maximum message size configured on the message bus itself. If the Corda configuration value is set to a value higher than that of the message bus, messages will not be sent.", + "description": "The maximum size, in bytes, for messages. Corda breaks messages exceeding this size into smaller messages before sending. This value must be lower than the maximum message size configured on the message bus itself. If the Corda configuration value is set to a value higher than that of the message bus, messages will not be sent. Note: one exception to this rule is that flow start request bodies must not exceed 50% of this value.", "type": "integer", "default": 972800, "minimum": 512000,