mirror of
https://github.com/gotify/server.git
synced 2026-05-18 12:28:38 +08:00
we use the database connection inside the handlers from the http framework, therefore concurrent access occurs. Sqlite cannot handle concurrent writes, so we limit sqlite to one connection. see https://github.com/mattn/go-sqlite3/issues/274