Update settings.json

don't set defaults, and increase default maxPeers.
This commit is contained in:
crowetic 2023-05-28 09:29:09 -07:00 committed by GitHub
parent 10d24fa58b
commit af6729663c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,5 @@
{ {
"apiDocumentationEnabled":true, "apiDocumentationEnabled":true,
"minBlockchainPeers": 5, "maxPeers": 60,
"minOutboundPeers": 15,
"maxPeers": 42,
"apiRestricted":false "apiRestricted":false
} }