const SQLITE_QUERY_TIMEOUT_SECS: u64 = 30;Expand description
Per-query timeout for read-pool connections. The SQLite progress handler fires every
SQLITE_PROGRESS_HANDLER_OPS VM opcodes; if wall-clock time since the query started
exceeds this limit the query is interrupted (SQLITE_INTERRUPT).