From 4da61ac6a7fb76c7445cd4d669b276cbabc7d84d Mon Sep 17 00:00:00 2001 From: crowetic Date: Wed, 9 Jul 2025 16:48:25 -0700 Subject: [PATCH] modified default settings.json to include autoRestartEnabled set to true. --- settings.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index 68355f4..a5e49cc 100644 --- a/settings.json +++ b/settings.json @@ -2,9 +2,10 @@ "apiDocumentationEnabled":true, "maxPeers": 108, "minOutboundPeers": 42, - "maxNetworkThreadPoolSize": 600, - "repositoryConnectionPoolSize": 1220, + "maxNetworkThreadPoolSize": 2600, + "repositoryConnectionPoolSize": 3220, "apiWhitelistEnabled": false, "blockCacheSize": 1042, - "apiRestricted": false + "apiRestricted": false, + "autoRestartEnabled": true }