dumpLongTransactions

@ConfigurationValue(path = "botcommands.database.dumpLongTransactions", defaultValue = "false")
abstract val dumpLongTransactions: Boolean(source)

Whether transactions should trigger a coroutine dump & thread dump when running longer than the max transaction duration

Note: You need to install the debug probes in order to dump coroutine debug info.

Default: false

Spring property: botcommands.database.dumpLongTransactions

See also

DebugProbes
DebugProbes.enableCreationStackTraces