From 9ee5330b63ada4d52665328f0ff67c2d12786d23 Mon Sep 17 00:00:00 2001 From: LWogan Date: Wed, 4 Dec 2024 06:22:37 +0000 Subject: [PATCH] CORE-20865: update the docs to match functionality --- .../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,