Skip to content

Commit b61d1b7

Browse files
authored
CORE-20865: update the docs to match functionality (#1725)
1 parent ec40e2b commit b61d1b7

File tree

1 file changed

+1
-1
lines changed
  • data/config-schema/src/main/resources/net/corda/schema/configuration/messaging/1.0

1 file changed

+1
-1
lines changed

data/config-schema/src/main/resources/net/corda/schema/configuration/messaging/1.0/corda.messaging.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"default": {}
105105
},
106106
"maxAllowedMessageSize": {
107-
"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.",
107+
"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.",
108108
"type": "integer",
109109
"default": 972800,
110110
"minimum": 512000,

0 commit comments

Comments
 (0)