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

View File

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