Interface TransactionsCleanupConfig

Specifies the configuration options for Transactions cleanup.

interface TransactionsCleanupConfig {
    cleanupWindow?: number;
    disableClientAttemptCleanup?: boolean;
    disableLostAttemptCleanup?: boolean;
}

Properties

cleanupWindow?: number

Specifies the period of the cleanup system.

disableClientAttemptCleanup?: boolean

Specifies whether or not the cleanup system should clean client attempts.

disableLostAttemptCleanup?: boolean

Specifies whether or not the cleanup system should clean lost attempts.