-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsettings.json
More file actions
32 lines (32 loc) · 1.29 KB
/
Copy pathsettings.json
File metadata and controls
32 lines (32 loc) · 1.29 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
{
"maxThreadsPerMessageType": [
{ "messageType": "ARBITRARY_DATA_FILE", "limit": 42 },
{ "messageType": "GET_ARBITRARY_DATA_FILE", "limit": 42 },
{ "messageType": "ARBITRARY_DATA", "limit": 42 },
{ "messageType": "GET_ARBITRARY_DATA", "limit": 42 },
{ "messageType": "ARBITRARY_DATA_FILE_LIST", "limit": 66 },
{ "messageType": "GET_ARBITRARY_DATA_FILE_LIST", "limit": 66 },
{ "messageType": "ARBITRARY_SIGNATURES", "limit": 66 },
{ "messageType": "ARBITRARY_METADATA", "limit": 66 },
{ "messageType": "GET_ARBITRARY_METADATA", "limit": 42 },
{ "messageType": "GET_TRANSACTION", "limit": 66 },
{ "messageType": "TRANSACTION_SIGNATURES", "limit": 66 },
{ "messageType": "TRADE_PRESENCES", "limit": 66 }
],
"handshakeThreadPriority": 8,
"dbCacheThreadPriority": 2,
"networkThreadPriority": 7,
"pruningThreadPriority": 8,
"synchronizerThreadPriority": 9,
"archivingPause": 2500,
"apiDocumentationEnabled":true,
"maxPeers": 108,
"minOutboundPeers": 42,
"maxNetworkThreadPoolSize": 1200,
"repositoryConnectionPoolSize": 2220,
"apiWhitelistEnabled": false,
"blockCacheSize": 1042,
"gapLimit": 1,
"allowConnectionsWithOlderPeerVersions": false,
"apiRestricted": false
}