Compare commits

..

No commits in common. "develop" and "v0.13.1" have entirely different histories.

View File

@ -19,11 +19,6 @@ func init() {
if err != nil {
log.Fatal(err)
}
// fix 'database is locked' error
// see https://github.com/mattn/go-sqlite3/issues/274#issuecomment-191597862
_db.SetMaxOpenConns(1)
migrate(_db)
}