|
| 1 | +{ |
| 2 | + "Version": 20, |
| 3 | + "AccountUpdatesStatsInterval": 5000000000, |
| 4 | + "AccountsRebuildSynchronousMode": 1, |
| 5 | + "AnnounceParticipationKey": true, |
| 6 | + "Archival": false, |
| 7 | + "BaseLoggerDebugLevel": 4, |
| 8 | + "BlockServiceCustomFallbackEndpoints": "", |
| 9 | + "BroadcastConnectionsLimit": -1, |
| 10 | + "CadaverSizeTarget": 1073741824, |
| 11 | + "CatchpointFileHistoryLength": 365, |
| 12 | + "CatchpointInterval": 10000, |
| 13 | + "CatchpointTracking": 0, |
| 14 | + "CatchupBlockDownloadRetryAttempts": 1000, |
| 15 | + "CatchupBlockValidateMode": 0, |
| 16 | + "CatchupFailurePeerRefreshRate": 10, |
| 17 | + "CatchupGossipBlockFetchTimeoutSec": 4, |
| 18 | + "CatchupHTTPBlockFetchTimeoutSec": 4, |
| 19 | + "CatchupLedgerDownloadRetryAttempts": 50, |
| 20 | + "CatchupParallelBlocks": 16, |
| 21 | + "ConnectionsRateLimitingCount": 60, |
| 22 | + "ConnectionsRateLimitingWindowSeconds": 1, |
| 23 | + "DNSBootstrapID": "<network>.algorand.network", |
| 24 | + "DNSSecurityFlags": 1, |
| 25 | + "DeadlockDetection": 0, |
| 26 | + "DeadlockDetectionThreshold": 30, |
| 27 | + "DisableLocalhostConnectionRateLimit": true, |
| 28 | + "DisableNetworking": false, |
| 29 | + "DisableOutgoingConnectionThrottling": false, |
| 30 | + "EnableAccountUpdatesStats": false, |
| 31 | + "EnableAgreementReporting": false, |
| 32 | + "EnableAgreementTimeMetrics": false, |
| 33 | + "EnableAssembleStats": false, |
| 34 | + "EnableBlockService": false, |
| 35 | + "EnableBlockServiceFallbackToArchiver": true, |
| 36 | + "EnableCatchupFromArchiveServers": false, |
| 37 | + "EnableDeveloperAPI": false, |
| 38 | + "EnableGossipBlockService": true, |
| 39 | + "EnableIncomingMessageFilter": false, |
| 40 | + "EnableLedgerService": false, |
| 41 | + "EnableMetricReporting": false, |
| 42 | + "EnableOutgoingNetworkMessageFiltering": true, |
| 43 | + "EnablePingHandler": true, |
| 44 | + "EnableProcessBlockStats": false, |
| 45 | + "EnableProfiler": false, |
| 46 | + "EnableRequestLogger": false, |
| 47 | + "EnableTopAccountsReporting": false, |
| 48 | + "EnableVerbosedTransactionSyncLogging": false, |
| 49 | + "EndpointAddress": "127.0.0.1:0", |
| 50 | + "FallbackDNSResolverAddress": "", |
| 51 | + "ForceFetchTransactions": false, |
| 52 | + "ForceRelayMessages": false, |
| 53 | + "GossipFanout": 4, |
| 54 | + "IncomingConnectionsLimit": 800, |
| 55 | + "IncomingMessageFilterBucketCount": 5, |
| 56 | + "IncomingMessageFilterBucketSize": 512, |
| 57 | + "IsIndexerActive": false, |
| 58 | + "LedgerSynchronousMode": 2, |
| 59 | + "LogArchiveMaxAge": "", |
| 60 | + "LogArchiveName": "node.archive.log", |
| 61 | + "LogSizeLimit": 1073741824, |
| 62 | + "MaxCatchpointDownloadDuration": 7200000000000, |
| 63 | + "MaxConnectionsPerIP": 30, |
| 64 | + "MinCatchpointFileDownloadBytesPerSecond": 20480, |
| 65 | + "NetAddress": "", |
| 66 | + "NetworkMessageTraceServer": "", |
| 67 | + "NetworkProtocolVersion": "", |
| 68 | + "NodeExporterListenAddress": ":9100", |
| 69 | + "NodeExporterPath": "./node_exporter", |
| 70 | + "OptimizeAccountsDatabaseOnStartup": false, |
| 71 | + "OutgoingMessageFilterBucketCount": 3, |
| 72 | + "OutgoingMessageFilterBucketSize": 128, |
| 73 | + "ParticipationKeysRefreshInterval": 60000000000, |
| 74 | + "PeerConnectionsUpdateInterval": 3600, |
| 75 | + "PeerPingPeriodSeconds": 0, |
| 76 | + "PriorityPeers": {}, |
| 77 | + "ProposalAssemblyTime": 250000000, |
| 78 | + "PublicAddress": "", |
| 79 | + "ReconnectTime": 60000000000, |
| 80 | + "ReservedFDs": 256, |
| 81 | + "RestReadTimeoutSeconds": 15, |
| 82 | + "RestWriteTimeoutSeconds": 120, |
| 83 | + "RunHosted": false, |
| 84 | + "SuggestedFeeBlockHistory": 3, |
| 85 | + "SuggestedFeeSlidingWindowSize": 50, |
| 86 | + "TLSCertFile": "", |
| 87 | + "TLSKeyFile": "", |
| 88 | + "TelemetryToLog": true, |
| 89 | + "TransactionSyncDataExchangeRate": 0, |
| 90 | + "TransactionSyncSignificantMessageThreshold": 0, |
| 91 | + "TxPoolExponentialIncreaseFactor": 2, |
| 92 | + "TxPoolSize": 15000, |
| 93 | + "TxSyncIntervalSeconds": 60, |
| 94 | + "TxSyncServeResponseSize": 1000000, |
| 95 | + "TxSyncTimeoutSeconds": 30, |
| 96 | + "UseXForwardedForAddressField": "", |
| 97 | + "VerifiedTranscationsCacheSize": 30000 |
| 98 | +} |
0 commit comments