Update settings.json

update settings.json for increased threads, and other improved defaults
This commit is contained in:
crowetic 2023-10-16 19:07:05 -07:00 committed by GitHub
parent 8bf0f39404
commit 990f7e8438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,10 @@
{ {
"apiDocumentationEnabled":true, "apiDocumentationEnabled":true,
"maxPeers": 60, "maxPeers": 77,
"minOutboundPeers": 22,
"maxNetworkThreadPoolSize": 660,
"repositoryConnectionPoolSize": 1880,
"apiWhitelistEnabled": false,
"blockCacheSize": 333,
"apiRestricted": false "apiRestricted": false
} }