Files
QORTector-scripts/hosted-node-settings.json

44 lines
1.7 KiB
JSON

{
"maxThreadsPerMessageType": [
{ "messageType": "ARBITRARY_DATA_FILE", "limit": 228 },
{ "messageType": "GET_ARBITRARY_DATA_FILE", "limit": 228 },
{ "messageType": "ARBITRARY_DATA", "limit": 228 },
{ "messageType": "GET_ARBITRARY_DATA", "limit": 128 },
{ "messageType": "ARBITRARY_DATA_FILE_LIST", "limit": 128 },
{ "messageType": "GET_ARBITRARY_DATA_FILE_LIST", "limit": 128 },
{ "messageType": "ARBITRARY_SIGNATURES", "limit": 128 },
{ "messageType": "ARBITRARY_METADATA", "limit": 128 },
{ "messageType": "GET_ARBITRARY_METADATA", "limit": 128 },
{ "messageType": "GET_TRANSACTION", "limit": 128 },
{ "messageType": "TRANSACTION_SIGNATURES", "limit": 128 },
{ "messageType": "TRADE_PRESENCES", "limit": 128 }
],
"handshakeThreadPriority": 7,
"dbCacheThreadPriority": 7,
"networkThreadPriority": 8,
"pruningThreadPriority": 9,
"synchronizerThreadPriority": 8,
"apiDocumentationEnabled": true,
"apiRestricted": false,
"maxNetworkThreadPoolSize": 620,
"repositoryConnectionPoolSize": 1400,
"maxPeers": 394,
"minOutboundPeers": 42,
"maxDataPeers": 22,
"networkPoWComputePoolSize": 8,
"minPeerConnectionTime": "6*60*60",
"maxPeerConnectionTime": "18*60*60",
"slowQueryThreshold": "18000",
"blockCacheSize": 420,
"dbCacheEnabled": true,
"gapLimit": 1,
"apiWhitelistEnabled": false,
"allowConnectionsWithOlderPeerVersions": false,
"localAuthBypassEnabled": true,
"autoRestartEnabled": true,
"balanceRecorderEnabled": true,
"apiLoggingEnabled": true,
"maxUnconfirmedPerAccount": 200,
"maxTransactionsPerBlock": 200,
"maxRecentChatMessagesPerAccount": 500
}