couchbase
    Preparing search index...

    Interface TransactionsCleanupConfig

    Specifies the configuration options for Transactions cleanup.

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

    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.