NOTICK: Update network parameter maxMessageSize API doc (#6334)

This network parameter is now enforced contrary to the description.
This commit is contained in:
Andrius Dagys 2020-09-25 11:25:51 +01:00 committed by GitHub
parent b87e06c578
commit cfd57faf5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ import java.time.Instant
*
* @property minimumPlatformVersion Minimum version of Corda platform that is required for nodes in the network.
* @property notaries List of well known and trusted notary identities with information on validation type.
* @property maxMessageSize This is currently ignored. However, it will be wired up in a future release.
* @property maxMessageSize Maximum allowed size in bytes of an individual message sent over the wire.
* @property maxTransactionSize Maximum permitted transaction size in bytes.
* @property modifiedTime ([AutoAcceptable]) Last modification time of network parameters set.
* @property epoch ([AutoAcceptable]) Version number of the network parameters. Starting from 1, this will always increment on each new set