sqlite_busy_timeout
| Default | 1s |
|---|---|
| Value | time (milliseconds) |
| Changes |
|
| Advanced Setting; this should not normally be changed. | |
Time to wait for a locked sqlite database to become available before giving up with an SQLITE_BUSY error. Even in write-ahead logging mode (see sqlite_journal_mode) only one writer runs at a time, so concurrent writers may need to wait. Increase this on slow storage where writes contend.