diff --git a/network-management/README.md b/network-management/README.md index 4f278c83df..a3a6da45ff 100644 --- a/network-management/README.md +++ b/network-management/README.md @@ -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-.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`