transactionLifetimeLimitSeconds

@JvmName(name = "sboihwjreittsshj")
suspend fun transactionLifetimeLimitSeconds(value: Output<Int>)
@JvmName(name = "etnqxoalrvipaoex")
suspend fun transactionLifetimeLimitSeconds(value: Int?)

Parameters

value

Specifies the lifetime of multi-document transactions. Transactions that exceed this limit are considered expired and will be aborted by a periodic cleanup process. The cleanup process runs every transactionLifetimeLimitSeconds/2 seconds or at least once every 60 seconds. Changing this parameter will lead to a restart of the MongoDB service. Learn more here.