mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
update transaction modes
This commit is contained in:
@@ -30,6 +30,11 @@ namespace Emby.Server.Implementations.Data
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
protected TransactionMode TransactionMode
|
||||
{
|
||||
get { return TransactionMode.Immediate; }
|
||||
}
|
||||
|
||||
static BaseSqliteRepository()
|
||||
{
|
||||
SQLite3.EnableSharedCache = false;
|
||||
|
||||
Reference in New Issue
Block a user