summaryrefslogtreecommitdiff
path: root/config/local_defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/local_defaults.go')
-rw-r--r--config/local_defaults.go187
1 files changed, 96 insertions, 91 deletions
diff --git a/config/local_defaults.go b/config/local_defaults.go
index 725409e73..ae1aa7043 100644
--- a/config/local_defaults.go
+++ b/config/local_defaults.go
@@ -15,99 +15,104 @@
// along with go-algorand. If not, see <https://www.gnu.org/licenses/>.
// This file was auto generated by ./config/defaultsGenerator/defaultsGenerator.go, and SHOULD NOT BE MODIFIED in any way
-// If you want to make changes to this file, make the corresponding changes to Local in config.go and run "go generate".
+// If you want to make changes to this file, make the corresponding changes to Local in localTemplate.go and run "go generate".
package config
var defaultLocal = Local{
- Version: 16,
- AccountUpdatesStatsInterval: 5000000000,
- AccountsRebuildSynchronousMode: 1,
- AnnounceParticipationKey: true,
- Archival: false,
- BaseLoggerDebugLevel: 4,
- BlockServiceCustomFallbackEndpoints: "",
- BroadcastConnectionsLimit: -1,
- CadaverSizeTarget: 1073741824,
- CatchpointFileHistoryLength: 365,
- CatchpointInterval: 10000,
- CatchpointTracking: 0,
- CatchupBlockDownloadRetryAttempts: 1000,
- CatchupBlockValidateMode: 0,
- CatchupFailurePeerRefreshRate: 10,
- CatchupGossipBlockFetchTimeoutSec: 4,
- CatchupHTTPBlockFetchTimeoutSec: 4,
- CatchupLedgerDownloadRetryAttempts: 50,
- CatchupParallelBlocks: 16,
- ConnectionsRateLimitingCount: 60,
- ConnectionsRateLimitingWindowSeconds: 1,
- DNSBootstrapID: "<network>.algorand.network",
- DNSSecurityFlags: 1,
- DeadlockDetection: 0,
- DisableLocalhostConnectionRateLimit: true,
- DisableNetworking: false,
- DisableOutgoingConnectionThrottling: false,
- EnableAccountUpdatesStats: false,
- EnableAgreementReporting: false,
- EnableAgreementTimeMetrics: false,
- EnableAssembleStats: false,
- EnableBlockService: false,
- EnableBlockServiceFallbackToArchiver: true,
- EnableCatchupFromArchiveServers: false,
- EnableDeveloperAPI: false,
- EnableGossipBlockService: true,
- EnableIncomingMessageFilter: false,
- EnableLedgerService: false,
- EnableMetricReporting: false,
- EnableOutgoingNetworkMessageFiltering: true,
- EnablePingHandler: true,
- EnableProcessBlockStats: false,
- EnableProfiler: false,
- EnableRequestLogger: false,
- EnableTopAccountsReporting: false,
- EndpointAddress: "127.0.0.1:0",
- FallbackDNSResolverAddress: "",
- ForceRelayMessages: false,
- GossipFanout: 4,
- IncomingConnectionsLimit: 10000,
- IncomingMessageFilterBucketCount: 5,
- IncomingMessageFilterBucketSize: 512,
- IsIndexerActive: false,
- LedgerSynchronousMode: 2,
- LogArchiveMaxAge: "",
- LogArchiveName: "node.archive.log",
- LogSizeLimit: 1073741824,
- MaxCatchpointDownloadDuration: 7200000000000,
- MaxConnectionsPerIP: 30,
- MinCatchpointFileDownloadBytesPerSecond: 20480,
- NetAddress: "",
- NetworkMessageTraceServer: "",
- NetworkProtocolVersion: "",
- NodeExporterListenAddress: ":9100",
- NodeExporterPath: "./node_exporter",
- OptimizeAccountsDatabaseOnStartup: false,
- OutgoingMessageFilterBucketCount: 3,
- OutgoingMessageFilterBucketSize: 128,
- ParticipationKeysRefreshInterval: 60000000000,
- PeerConnectionsUpdateInterval: 3600,
- PeerPingPeriodSeconds: 0,
- PriorityPeers: map[string]bool{},
- PublicAddress: "",
- ReconnectTime: 60000000000,
- ReservedFDs: 256,
- RestReadTimeoutSeconds: 15,
- RestWriteTimeoutSeconds: 120,
- RunHosted: false,
- SuggestedFeeBlockHistory: 3,
- SuggestedFeeSlidingWindowSize: 50,
- TLSCertFile: "",
- TLSKeyFile: "",
- TelemetryToLog: true,
- TxPoolExponentialIncreaseFactor: 2,
- TxPoolSize: 15000,
- TxSyncIntervalSeconds: 60,
- TxSyncServeResponseSize: 1000000,
- TxSyncTimeoutSeconds: 30,
- UseXForwardedForAddressField: "",
- VerifiedTranscationsCacheSize: 30000,
+ Version: 19,
+ AccountUpdatesStatsInterval: 5000000000,
+ AccountsRebuildSynchronousMode: 1,
+ AnnounceParticipationKey: true,
+ Archival: false,
+ BaseLoggerDebugLevel: 4,
+ BlockServiceCustomFallbackEndpoints: "",
+ BroadcastConnectionsLimit: -1,
+ CadaverSizeTarget: 1073741824,
+ CatchpointFileHistoryLength: 365,
+ CatchpointInterval: 10000,
+ CatchpointTracking: 0,
+ CatchupBlockDownloadRetryAttempts: 1000,
+ CatchupBlockValidateMode: 0,
+ CatchupFailurePeerRefreshRate: 10,
+ CatchupGossipBlockFetchTimeoutSec: 4,
+ CatchupHTTPBlockFetchTimeoutSec: 4,
+ CatchupLedgerDownloadRetryAttempts: 50,
+ CatchupParallelBlocks: 16,
+ ConnectionsRateLimitingCount: 60,
+ ConnectionsRateLimitingWindowSeconds: 1,
+ DNSBootstrapID: "<network>.algorand.network",
+ DNSSecurityFlags: 1,
+ DeadlockDetection: 0,
+ DisableLocalhostConnectionRateLimit: true,
+ DisableNetworking: false,
+ DisableOutgoingConnectionThrottling: false,
+ EnableAccountUpdatesStats: false,
+ EnableAgreementReporting: false,
+ EnableAgreementTimeMetrics: false,
+ EnableAssembleStats: false,
+ EnableBlockService: false,
+ EnableBlockServiceFallbackToArchiver: true,
+ EnableCatchupFromArchiveServers: false,
+ EnableDeveloperAPI: false,
+ EnableGossipBlockService: true,
+ EnableIncomingMessageFilter: false,
+ EnableLedgerService: false,
+ EnableMetricReporting: false,
+ EnableOutgoingNetworkMessageFiltering: true,
+ EnablePingHandler: true,
+ EnableProcessBlockStats: false,
+ EnableProfiler: false,
+ EnableRequestLogger: false,
+ EnableTopAccountsReporting: false,
+ EnableVerbosedTransactionSyncLogging: false,
+ EndpointAddress: "127.0.0.1:0",
+ FallbackDNSResolverAddress: "",
+ ForceFetchTransactions: false,
+ ForceRelayMessages: false,
+ GossipFanout: 4,
+ IncomingConnectionsLimit: 800,
+ IncomingMessageFilterBucketCount: 5,
+ IncomingMessageFilterBucketSize: 512,
+ IsIndexerActive: false,
+ LedgerSynchronousMode: 2,
+ LogArchiveMaxAge: "",
+ LogArchiveName: "node.archive.log",
+ LogSizeLimit: 1073741824,
+ MaxCatchpointDownloadDuration: 7200000000000,
+ MaxConnectionsPerIP: 30,
+ MinCatchpointFileDownloadBytesPerSecond: 20480,
+ NetAddress: "",
+ NetworkMessageTraceServer: "",
+ NetworkProtocolVersion: "",
+ NodeExporterListenAddress: ":9100",
+ NodeExporterPath: "./node_exporter",
+ OptimizeAccountsDatabaseOnStartup: false,
+ OutgoingMessageFilterBucketCount: 3,
+ OutgoingMessageFilterBucketSize: 128,
+ ParticipationKeysRefreshInterval: 60000000000,
+ PeerConnectionsUpdateInterval: 3600,
+ PeerPingPeriodSeconds: 0,
+ PriorityPeers: map[string]bool{},
+ ProposalAssemblyTime: 250000000,
+ PublicAddress: "",
+ ReconnectTime: 60000000000,
+ ReservedFDs: 256,
+ RestReadTimeoutSeconds: 15,
+ RestWriteTimeoutSeconds: 120,
+ RunHosted: false,
+ SuggestedFeeBlockHistory: 3,
+ SuggestedFeeSlidingWindowSize: 50,
+ TLSCertFile: "",
+ TLSKeyFile: "",
+ TelemetryToLog: true,
+ TransactionSyncDataExchangeRate: 0,
+ TransactionSyncSignificantMessageThreshold: 0,
+ TxPoolExponentialIncreaseFactor: 2,
+ TxPoolSize: 15000,
+ TxSyncIntervalSeconds: 60,
+ TxSyncServeResponseSize: 1000000,
+ TxSyncTimeoutSeconds: 30,
+ UseXForwardedForAddressField: "",
+ VerifiedTranscationsCacheSize: 30000,
}