-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhosted-node-settings.json
More file actions
44 lines (44 loc) · 1.67 KB
/
hosted-node-settings.json
File metadata and controls
44 lines (44 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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
}