settings for more peers, more outbound peers, higher network threads, and api access allowed and unrestricted, also increased blockCacheSize.
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"minOutboundPeers": 42,
|
|
"maxPeers": 142,
|
|
"maxNetworkThreadPoolSize": 660,
|
|
"repositoryConnectionPoolSize": 1880,
|
|
"blockCacheSize": 333,
|
|
"apiWhitelistEnabled": false,
|
|
"apiDocumentationEnabled": true,
|
|
"apiRestricted": false
|
|
}
|