-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubnode-settings.json
More file actions
38 lines (38 loc) · 1.47 KB
/
pubnode-settings.json
File metadata and controls
38 lines (38 loc) · 1.47 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
{
"maxThreadsPerMessageType": [
{ "messageType": "ARBITRARY_DATA_FILE", "limit": 128 },
{ "messageType": "GET_ARBITRARY_DATA_FILE", "limit": 128 },
{ "messageType": "ARBITRARY_DATA", "limit": 128 },
{ "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": 9,
"dbCacheThreadPriority": 2,
"networkThreadPriority": 9,
"pruningThreadPriority": 2,
"synchronizerThreadPriority": 9,
"apiDocumentationEnabled": true,
"apiRestricted": false,
"maxNetworkThreadPoolSize": 2424,
"repositoryConnectionPoolSize": 4242,
"maxPeers": 444,
"minOutboundPeers": 11,
"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
}