summaryrefslogtreecommitdiff
path: root/installer/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'installer/config.json.example')
-rw-r--r--installer/config.json.example9
1 files changed, 7 insertions, 2 deletions
diff --git a/installer/config.json.example b/installer/config.json.example
index 42b6361bd..fac112201 100644
--- a/installer/config.json.example
+++ b/installer/config.json.example
@@ -1,5 +1,5 @@
{
- "Version": 16,
+ "Version": 19,
"AccountUpdatesStatsInterval": 5000000000,
"AccountsRebuildSynchronousMode": 1,
"AnnounceParticipationKey": true,
@@ -44,11 +44,13 @@
"EnableProfiler": false,
"EnableRequestLogger": false,
"EnableTopAccountsReporting": false,
+ "EnableVerbosedTransactionSyncLogging": false,
"EndpointAddress": "127.0.0.1:0",
"FallbackDNSResolverAddress": "",
+ "ForceFetchTransactions": false,
"ForceRelayMessages": false,
"GossipFanout": 4,
- "IncomingConnectionsLimit": 10000,
+ "IncomingConnectionsLimit": 800,
"IncomingMessageFilterBucketCount": 5,
"IncomingMessageFilterBucketSize": 512,
"IsIndexerActive": false,
@@ -71,6 +73,7 @@
"PeerConnectionsUpdateInterval": 3600,
"PeerPingPeriodSeconds": 0,
"PriorityPeers": {},
+ "ProposalAssemblyTime": 250000000,
"PublicAddress": "",
"ReconnectTime": 60000000000,
"ReservedFDs": 256,
@@ -82,6 +85,8 @@
"TLSCertFile": "",
"TLSKeyFile": "",
"TelemetryToLog": true,
+ "TransactionSyncDataExchangeRate": 0,
+ "TransactionSyncSignificantMessageThreshold": 0,
"TxPoolExponentialIncreaseFactor": 2,
"TxPoolSize": 15000,
"TxSyncIntervalSeconds": 60,