mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Update:Sequelize transactionType to IMMEDIATE to fix SQLITE_BUSY #1910
This commit is contained in:
parent
daa8c4cd67
commit
1c40af3eef
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ class Database {
|
|||
this.sequelize = new Sequelize({
|
||||
dialect: 'sqlite',
|
||||
storage: this.dbPath,
|
||||
logging: false
|
||||
logging: false,
|
||||
transactionType: 'IMMEDIATE'
|
||||
})
|
||||
|
||||
// Helper function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue