SqliteConnection.DefaultTimeout
Closed this issue · 0 comments
bricelam commented
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
.