mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
NOTICK: Update network parameter maxMessageSize API doc (#6334)
This network parameter is now enforced contrary to the description.
This commit is contained in:
parent
b87e06c578
commit
cfd57faf5f
@ -21,7 +21,7 @@ import java.time.Instant
|
|||||||
*
|
*
|
||||||
* @property minimumPlatformVersion Minimum version of Corda platform that is required for nodes in the network.
|
* @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 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 maxTransactionSize Maximum permitted transaction size in bytes.
|
||||||
* @property modifiedTime ([AutoAcceptable]) Last modification time of network parameters set.
|
* @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
|
* @property epoch ([AutoAcceptable]) Version number of the network parameters. Starting from 1, this will always increment on each new set
|
||||||
|
Loading…
Reference in New Issue
Block a user