pub const DEFAULT_BUSY_TIMEOUT: Duration;Expand description
Default busy timeout for WriteTxn::begin and ReadTxn::begin
when the caller does not pass a per-call deadline. 5 seconds
matches SQLite’s default and the design.md Config::busy_timeout
proposal.