QORTector-scripts/outgoing-settings.json
crowetic 8bf0f39404
Create outgoing-settings.json
settings for more peers, more outbound peers, higher network threads, and api access allowed and unrestricted, also increased blockCacheSize.
2023-10-14 11:17:24 -07:00

11 lines
241 B
JSON

{
"minOutboundPeers": 42,
"maxPeers": 142,
"maxNetworkThreadPoolSize": 660,
"repositoryConnectionPoolSize": 1880,
"blockCacheSize": 333,
"apiWhitelistEnabled": false,
"apiDocumentationEnabled": true,
"apiRestricted": false
}