Skip to main content

SQLITE_BUSY_TIMEOUT_MS

Constant SQLITE_BUSY_TIMEOUT_MS 

Source
pub const SQLITE_BUSY_TIMEOUT_MS: u64 = 5000;
Expand description

Busy-timeout applied to SQLite connections opened by the persistence layer.