Table of Contents

Property BusyTimeout

Namespace
Qavren.Edge.Sqlite
Assembly
Qavren.Edge.Sqlite.dll

BusyTimeout

Issued per logical open as PRAGMA busy_timeout. This is SQLite's own busy handler and is distinct from Microsoft.Data.Sqlite's Default Timeout, which drives its 150 ms retry loop. Keep this below the MDS timeout so SQLite backs off before MDS starts spinning.

public TimeSpan BusyTimeout { get; set; }

Property Value

TimeSpan