From 990f7e843870fd526fdf95a40728cc002adbfc78 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:07:05 -0700 Subject: [PATCH] Update settings.json update settings.json for increased threads, and other improved defaults --- settings.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 072e039..e1211c8 100644 --- a/settings.json +++ b/settings.json @@ -1,5 +1,10 @@ { "apiDocumentationEnabled":true, - "maxPeers": 60, - "apiRestricted":false + "maxPeers": 77, + "minOutboundPeers": 22, + "maxNetworkThreadPoolSize": 660, + "repositoryConnectionPoolSize": 1880, + "apiWhitelistEnabled": false, + "blockCacheSize": 333, + "apiRestricted": false }