Gets or sets the number of retries that occur if the database is busy
Defaults to 5 retries (not including the initial attempt).
db = new SQLite("testdb");
db.BusyRetries = 10;
SQLiteClient Class | SQLite.NET Namespace