tmconfig

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: May 5, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ManagerName is a name for this manager, that must be unique if there are multiple managers on this node
	ManagerName = ffc("manager.name")
	// ConnectorVariant is the variant setting to add to all requests to the backend connector
	ConnectorVariant = ffc("connector.variant")
	// ConfirmationsRequired is the number of confirmations required for a transaction to be considered final
	ConfirmationsRequired = ffc("confirmations.required")
	// ConfirmationsBlockCacheSize is the size of the block cache
	ConfirmationsBlockCacheSize = ffc("confirmations.blockCacheSize")
	// ConfirmationsBlockPollingInterval is the time between block polling
	ConfirmationsBlockPollingInterval = ffc("confirmations.blockPollingInterval")
	// ConfirmationsStaleReceiptTimeout the duration after which to force a receipt check for a pending transaction
	ConfirmationsStaleReceiptTimeout = ffc("confirmations.staleReceiptTimeout")
	// ConfirmationsNotificationQueueLength is the length of the internal queue to the block confirmations manager
	ConfirmationsNotificationQueueLength = ffc("confirmations.notificationQueueLength")
	// OperationsTypes the type of operations to monitor - only those that were submitted through the manager will have the required output format, so this is the superset
	OperationsTypes = ffc("operations.types")
	// OperationsFullScanStartupMaxRetries is the maximum times to try the scan on first startup, before failing startup
	OperationsFullScanStartupMaxRetries = ffc("operations.fullScan.startupMaxRetries")
	// OperationsPageSize page size for polling
	OperationsFullScanPageSize = ffc("operations.fullScan.pageSize")
	// OperationsFullScanMinimumDelay the minimum delay between full scan attempts
	OperationsFullScanMinimumDelay = ffc("operations.fullScan.minimumDelay")
	// OperationsErrorHistoryCount the number of errors to retain in the operation
	OperationsErrorHistoryCount = ffc("operations.errorHistoryCount")
	// OperationsChangeListenerEnabled whether to enable the operation change listener
	OperationsChangeListenerEnabled = ffc("operations.changeListener.enabled")
	// PolicyLoopInterval how often to go round the loop executing the policy engine against all pending transactions to make decisions
	PolicyLoopInterval = ffc("policyloop.interval")
	// PolicyEngineName the name of the policy engine to use
	PolicyEngineName = ffc("policyengine.name")
)
View Source
var APIPrefix config.Prefix
View Source
var ConnectorPrefix config.Prefix
View Source
var CorsConfig config.Prefix
View Source
var FFCorePrefix config.Prefix
View Source
var PolicyEngineBasePrefix config.Prefix

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