mirror of
https://github.com/bistromath/gr-air-modes.git
synced 2026-03-03 07:44:01 +01:00
SQLite does not deal well with concurrency. Avoid database locked errors by synchronizing database access using a threading.Lock().
SQLite does not deal well with concurrency. Avoid database locked errors by synchronizing database access using a threading.Lock().