pub const SQLITE_BUSY_TIMEOUT_MS: u64 = 5000;
Busy-timeout applied to SQLite connections opened by the persistence layer.