tmconfig

package
v1.2.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConfirmationsRequired                         = ffc("confirmations.required")
	ConfirmationsBlockQueueLength                 = ffc("confirmations.blockQueueLength")
	ConfirmationsStaleReceiptTimeout              = ffc("confirmations.staleReceiptTimeout")
	ConfirmationsNotificationQueueLength          = ffc("confirmations.notificationQueueLength")
	TransactionsMaxHistoryCount                   = ffc("transactions.maxHistoryCount")
	EventStreamsDefaultsBatchSize                 = ffc("eventstreams.defaults.batchSize")
	EventStreamsDefaultsBatchTimeout              = ffc("eventstreams.defaults.batchTimeout")
	EventStreamsDefaultsErrorHandling             = ffc("eventstreams.defaults.errorHandling")
	EventStreamsDefaultsRetryTimeout              = ffc("eventstreams.defaults.retryTimeout")
	EventStreamsDefaultsBlockedRetryDelay         = ffc("eventstreams.defaults.blockedRetryDelay")
	EventStreamsDefaultsWebhookRequestTimeout     = ffc("eventstreams.defaults.webhookRequestTimeout")
	EventStreamsDefaultsWebsocketDistributionMode = ffc("eventstreams.defaults.websocketDistributionMode")
	EventStreamsCheckpointInterval                = ffc("eventstreams.checkpointInterval")
	EventStreamsRetryInitDelay                    = ffc("eventstreams.retry.initialDelay")
	EventStreamsRetryMaxDelay                     = ffc("eventstreams.retry.maxDelay")
	EventStreamsRetryFactor                       = ffc("eventstreams.retry.factor")
	WebhooksAllowPrivateIPs                       = ffc("webhooks.allowPrivateIPs")
	PersistenceType                               = ffc("persistence.type")
	PersistenceLevelDBPath                        = ffc("persistence.leveldb.path")
	PersistenceLevelDBMaxHandles                  = ffc("persistence.leveldb.maxHandles")
	PersistenceLevelDBSyncWrites                  = ffc("persistence.leveldb.syncWrites")
	APIDefaultRequestTimeout                      = ffc("api.defaultRequestTimeout")
	APIMaxRequestTimeout                          = ffc("api.maxRequestTimeout")
	APIPassthroughHeaders                         = ffc("api.passthroughHeaders")
	DebugPort                                     = ffc("debug.port")
	MetricsEnabled                                = ffc("metrics.enabled")
	MetricsPath                                   = ffc("metrics.path")
	TransactionHandlerName                        = ffc("transactions.handler.name")

	// Deprecated Configurations for transaction handling
	DeprecatedTransactionsMaxInFlight       = ffc("transactions.maxInFlight")
	DeprecatedTransactionsNonceStateTimeout = ffc("transactions.nonceStateTimeout")
	DeprecatedPolicyLoopInterval            = ffc("policyloop.interval")
	DeprecatedPolicyLoopRetryInitDelay      = ffc("policyloop.retry.initialDelay")
	DeprecatedPolicyLoopRetryMaxDelay       = ffc("policyloop.retry.maxDelay")
	DeprecatedPolicyLoopRetryFactor         = ffc("policyloop.retry.factor")
	DeprecatedPolicyEngineName              = ffc("policyengine.name")
)
View Source
var APIConfig config.Section
View Source
var CorsConfig config.Section
View Source
var DeprecatedPolicyEngineBaseConfig config.Section
View Source
var MetricsConfig config.Section
View Source
var TransactionHandlerBaseConfig config.Section
View Source
var WebhookPrefix config.Section

Functions

func Reset

func Reset()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL