Skip to content
  • Jim Nelson's avatar
    Database locked errors part deux: Closes #6460 · 23b21349
    Jim Nelson authored
    This reverts the retry strategy back to SQLite's built-in handler,
    but with one difference: concurrency is turned off on async
    transactions by using only one thread.  Concurrency with SQLite
    will need to be readdressed later.
    23b21349