|
| 1 | +{ |
| 2 | + "Version": 11, |
| 3 | + "AnnounceParticipationKey": true, |
| 4 | + "Archival": false, |
| 5 | + "BaseLoggerDebugLevel": 4, |
| 6 | + "BroadcastConnectionsLimit": -1, |
| 7 | + "CadaverSizeTarget": 1073741824, |
| 8 | + "CatchpointFileHistoryLength": 365, |
| 9 | + "CatchpointInterval": 10000, |
| 10 | + "CatchpointTracking": 0, |
| 11 | + "CatchupBlockDownloadRetryAttempts": 1000, |
| 12 | + "CatchupFailurePeerRefreshRate": 10, |
| 13 | + "CatchupGossipBlockFetchTimeoutSec": 4, |
| 14 | + "CatchupHTTPBlockFetchTimeoutSec": 4, |
| 15 | + "CatchupLedgerDownloadRetryAttempts": 50, |
| 16 | + "CatchupParallelBlocks": 16, |
| 17 | + "ConnectionsRateLimitingCount": 60, |
| 18 | + "ConnectionsRateLimitingWindowSeconds": 1, |
| 19 | + "DNSBootstrapID": "<network>.algorand.network", |
| 20 | + "DNSSecurityFlags": 1, |
| 21 | + "DeadlockDetection": 0, |
| 22 | + "DisableOutgoingConnectionThrottling": false, |
| 23 | + "EnableAgreementReporting": false, |
| 24 | + "EnableAgreementTimeMetrics": false, |
| 25 | + "EnableAssembleStats": false, |
| 26 | + "EnableBlockService": false, |
| 27 | + "EnableDeveloperAPI": false, |
| 28 | + "EnableGossipBlockService": true, |
| 29 | + "EnableIncomingMessageFilter": false, |
| 30 | + "EnableLedgerService": false, |
| 31 | + "EnableMetricReporting": false, |
| 32 | + "EnableOutgoingNetworkMessageFiltering": true, |
| 33 | + "EnablePingHandler": true, |
| 34 | + "EnableProcessBlockStats": false, |
| 35 | + "EnableProfiler": false, |
| 36 | + "EnableRequestLogger": false, |
| 37 | + "EnableTopAccountsReporting": false, |
| 38 | + "EndpointAddress": "127.0.0.1:0", |
| 39 | + "FallbackDNSResolverAddress": "", |
| 40 | + "ForceRelayMessages": false, |
| 41 | + "GossipFanout": 4, |
| 42 | + "IncomingConnectionsLimit": 10000, |
| 43 | + "IncomingMessageFilterBucketCount": 5, |
| 44 | + "IncomingMessageFilterBucketSize": 512, |
| 45 | + "IsIndexerActive": false, |
| 46 | + "LogArchiveMaxAge": "", |
| 47 | + "LogArchiveName": "node.archive.log", |
| 48 | + "LogSizeLimit": 1073741824, |
| 49 | + "MaxConnectionsPerIP": 30, |
| 50 | + "NetAddress": "", |
| 51 | + "NetworkProtocolVersion": "", |
| 52 | + "NodeExporterListenAddress": ":9100", |
| 53 | + "NodeExporterPath": "./node_exporter", |
| 54 | + "OptimizeAccountsDatabaseOnStartup": false, |
| 55 | + "OutgoingMessageFilterBucketCount": 3, |
| 56 | + "OutgoingMessageFilterBucketSize": 128, |
| 57 | + "PeerConnectionsUpdateInterval": 3600, |
| 58 | + "PeerPingPeriodSeconds": 0, |
| 59 | + "PriorityPeers": {}, |
| 60 | + "PublicAddress": "", |
| 61 | + "ReconnectTime": 60000000000, |
| 62 | + "ReservedFDs": 256, |
| 63 | + "RestReadTimeoutSeconds": 15, |
| 64 | + "RestWriteTimeoutSeconds": 120, |
| 65 | + "RunHosted": false, |
| 66 | + "SuggestedFeeBlockHistory": 3, |
| 67 | + "SuggestedFeeSlidingWindowSize": 50, |
| 68 | + "TLSCertFile": "", |
| 69 | + "TLSKeyFile": "", |
| 70 | + "TelemetryToLog": true, |
| 71 | + "TxPoolExponentialIncreaseFactor": 2, |
| 72 | + "TxPoolSize": 15000, |
| 73 | + "TxSyncIntervalSeconds": 60, |
| 74 | + "TxSyncServeResponseSize": 1000000, |
| 75 | + "TxSyncTimeoutSeconds": 30, |
| 76 | + "UseXForwardedForAddressField": "" |
| 77 | +} |
0 commit comments