From 5b7178b03ab8cee7336d72cf4b9633345b29bdc5 Mon Sep 17 00:00:00 2001 From: crowetic Date: Thu, 15 May 2025 17:08:46 -0700 Subject: [PATCH] modify settings --- settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index 97b0946..68355f4 100644 --- a/settings.json +++ b/settings.json @@ -1,10 +1,10 @@ { "apiDocumentationEnabled":true, - "maxPeers": 88, - "minOutboundPeers": 22, + "maxPeers": 108, + "minOutboundPeers": 42, "maxNetworkThreadPoolSize": 600, "repositoryConnectionPoolSize": 1220, "apiWhitelistEnabled": false, - "blockCacheSize": 142, + "blockCacheSize": 1042, "apiRestricted": false }