klyn.data.sql.SQLConfiguration.queryTimeoutSeconds
property
public readonly property queryTimeoutSeconds as Int
Description

Provider query timeout in seconds, or 0 for no explicit deadline.

The value is applied once when KQL or raw SQL prepares a statement; it therefore adds no per-row check to result streaming.

configuration = SQLConfiguration(
"mariadb://localhost:3306/klyn",
queryTimeoutSeconds=30
)