aspnet/Microsoft.Data.Sqlite

SqliteConnection.DefaultTimeout

Closed this issue · 0 comments

Currently, there is no way to specify the timeout of implicitly created commands (most notably in SqliteConnection.BeginTransaction()).

We should allow overriding the default of 30 seconds by adding a DefaultTimeout property to SqliteConnection.