mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +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
|
||||
}]
|
||||
minimumPlatformVersion = 1
|
||||
maxMessageSize = 100
|
||||
maxTransactionSize = 100
|
||||
maxMessageSize = 10485760
|
||||
maxTransactionSize = 40000
|
||||
|
||||
Save the parameters to `network-parameters.conf`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user