mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
Merge pull request #360 from corda/change-example-of-network-parameters
Set maxMessageSize and maxTransactionSize at the real, useful values
This commit is contained in:
commit
fb8f5efd08
@ -149,8 +149,8 @@ networkMapConfig {
|
||||
they attempt to register. The trust store password is `trustpass`.
|
||||
|
||||
### 2. Start Doorman service for notary registration
|
||||
Start the network management server with the doorman service for initial bootstrapping. Network map service should be disabled at this point.
|
||||
Comment out network map config in the config file and start the server by running :
|
||||
Start the network management server with the doorman service for initial bootstrapping. Network map service (`networkMapConfig`) should be **disabled** at this point.
|
||||
**Comment out** network map config in the config file and start the server by running :
|
||||
```
|
||||
java -jar doorman-<version>.jar
|
||||
```
|
||||
@ -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