Update settings.json

Modified thread priorities to assist with lower-powered nodes.
This commit is contained in:
2025-08-14 01:51:23 +00:00
parent 15a37ab1e6
commit ae7c8e6db0

View File

@@ -13,10 +13,10 @@
{ "messageType": "TRANSACTION_SIGNATURES", "limit": 66 },
{ "messageType": "TRADE_PRESENCES", "limit": 66 }
],
"handshakeThreadPriority": 9,
"dbCacheThreadPriority": 6,
"networkThreadPriority": 9,
"pruningThreadPriority": 6,
"handshakeThreadPriority": 8,
"dbCacheThreadPriority": 2,
"networkThreadPriority": 7,
"pruningThreadPriority": 4,
"synchronizerThreadPriority": 9,
"archivingPause": 2500,
"apiDocumentationEnabled":true,