Create outgoing-settings.json
settings for more peers, more outbound peers, higher network threads, and api access allowed and unrestricted, also increased blockCacheSize.
This commit is contained in:
parent
f8cc0bf77d
commit
8bf0f39404
10
outgoing-settings.json
Normal file
10
outgoing-settings.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"minOutboundPeers": 42,
|
||||
"maxPeers": 142,
|
||||
"maxNetworkThreadPoolSize": 660,
|
||||
"repositoryConnectionPoolSize": 1880,
|
||||
"blockCacheSize": 333,
|
||||
"apiWhitelistEnabled": false,
|
||||
"apiDocumentationEnabled": true,
|
||||
"apiRestricted": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user