mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 10:34:43 +01:00
switch recordings to ts when preserving original audio
This commit is contained in:
@@ -39,12 +39,8 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
|
||||
var connectionString = connectionstr.ConnectionString;
|
||||
|
||||
if (enablePooling)
|
||||
{
|
||||
connectionString += ";Max Pool Size=100";
|
||||
}
|
||||
|
||||
//logger.Info("Sqlite {0} opening {1}", SQLiteConnection.SQLiteVersion, connectionString);
|
||||
SQLiteConnection.SetMemoryStatus(false);
|
||||
|
||||
var connection = new SQLiteConnection(connectionString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user