mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Update:Sequelize transactionType to IMMEDIATE to fix SQLITE_BUSY #1910
This commit is contained in:
		
							parent
							
								
									daa8c4cd67
								
							
						
					
					
						commit
						1c40af3eef
					
				@ -66,7 +66,8 @@ class Database {
 | 
			
		||||
    this.sequelize = new Sequelize({
 | 
			
		||||
      dialect: 'sqlite',
 | 
			
		||||
      storage: this.dbPath,
 | 
			
		||||
      logging: false
 | 
			
		||||
      logging: false,
 | 
			
		||||
      transactionType: 'IMMEDIATE'
 | 
			
		||||
    })
 | 
			
		||||
 | 
			
		||||
    // Helper function
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user