42 lines
1.5 KiB
JSON
42 lines
1.5 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 }
|
|
],
|
|
"gatewayEnabled": true,
|
|
"gatewayPort": 8080,
|
|
"maxPeers": 333,
|
|
"maxNetworkThreadPoolSize": 800,
|
|
"repositoryConnectionPoolSize": 2120,
|
|
"allowConnectionsWithOlderPeerVersions": false,
|
|
"handshakeThreadPriority": 9,
|
|
"dbCacheThreadPriority": 7,
|
|
"networkThreadPriority": 9,
|
|
"pruningThreadPriority": 6,
|
|
"synchronizerThreadPriority": 9,
|
|
"builtDataExpiryInterval": 21600000,
|
|
"minOutboundPeers": 120,
|
|
"maxDataPeers": 40,
|
|
"maxDataPeerConnectionTime": 2700,
|
|
"slowQueryThreshold": "28000",
|
|
"blockCacheSize": 1420,
|
|
"dbCacheEnabled": true,
|
|
"apiRestricted": false,
|
|
"bindAddress": "0.0.0.0",
|
|
"apiWhitelistEnabled": false,
|
|
"balanceRecorderEnabled": true,
|
|
"maxUnconfirmedPerAccount": 100,
|
|
"maxTransactionsPerBlock": 225,
|
|
"maxRecentChatMessagesPerAccount": 300
|
|
}
|