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:
crowetic 2023-10-14 11:17:24 -07:00 committed by GitHub
parent f8cc0bf77d
commit 8bf0f39404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
outgoing-settings.json Normal file
View File

@ -0,0 +1,10 @@
{
"minOutboundPeers": 42,
"maxPeers": 142,
"maxNetworkThreadPoolSize": 660,
"repositoryConnectionPoolSize": 1880,
"blockCacheSize": 333,
"apiWhitelistEnabled": false,
"apiDocumentationEnabled": true,
"apiRestricted": false
}