mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Set maxMessageSize and maxTransactionSize at the real, useful values
This commit is contained in:
parent
90021f9002
commit
7bc2f2a8e6
@ -174,8 +174,8 @@ networkMapConfig {
|
|||||||
validating: false
|
validating: false
|
||||||
}]
|
}]
|
||||||
minimumPlatformVersion = 1
|
minimumPlatformVersion = 1
|
||||||
maxMessageSize = 100
|
maxMessageSize = 10485760
|
||||||
maxTransactionSize = 100
|
maxTransactionSize = 40000
|
||||||
|
|
||||||
Save the parameters to `network-parameters.conf`
|
Save the parameters to `network-parameters.conf`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user