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:
przemolb 2018-01-16 14:20:40 +00:00 committed by GitHub
commit fb8f5efd08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,8 +149,8 @@ networkMapConfig {
they attempt to register. The trust store password is `trustpass`. they attempt to register. The trust store password is `trustpass`.
### 2. Start Doorman service for notary registration ### 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. 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 : **Comment out** network map config in the config file and start the server by running :
``` ```
java -jar doorman-<version>.jar java -jar doorman-<version>.jar
``` ```
@ -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`