Skip to content

Wait for transient DB lock - #257

Closed
harminius wants to merge 1 commit into
masterfrom
fix/sqlite-busy-timeout
Closed

Wait for transient DB lock#257
harminius wants to merge 1 commit into
masterfrom
fix/sqlite-busy-timeout

Conversation

@harminius

@harminius harminius commented Jul 23, 2026

Copy link
Copy Markdown

Fixes #256

This adds sqlite3_busy_timeout after opening a connection, so a transient lock is waited out rather than aborting.
https://sqlite.org/c3ref/busy_timeout.html

@harminius
harminius requested a review from wonder-sk July 23, 2026 14:36
@harminius

Copy link
Copy Markdown
Author

It's more robust to solve the root cause of the issue in the mobile app MerginMaps/mobile#4577

@harminius harminius closed this Jul 27, 2026
@harminius
harminius deleted the fix/sqlite-busy-timeout branch July 27, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rebase abort on transient db lock

1 participant