From 953bd5f210629b6e6739b301ba368851fe476450 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Wed, 5 Jun 2024 11:58:21 +0200 Subject: Remove old connection count props Not used with the new SQLite lib --- Emby.Server.Implementations/Data/BaseSqliteRepository.cs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Emby.Server.Implementations/Data/BaseSqliteRepository.cs') diff --git a/Emby.Server.Implementations/Data/BaseSqliteRepository.cs b/Emby.Server.Implementations/Data/BaseSqliteRepository.cs index b1c99227c..ee1598e7f 100644 --- a/Emby.Server.Implementations/Data/BaseSqliteRepository.cs +++ b/Emby.Server.Implementations/Data/BaseSqliteRepository.cs @@ -28,17 +28,6 @@ namespace Emby.Server.Implementations.Data /// protected string DbFilePath { get; set; } - /// - /// Gets or sets the number of write connections to create. - /// - /// Path to the DB file. - protected int WriteConnectionsCount { get; set; } = 1; - - /// - /// Gets or sets the number of read connections to create. - /// - protected int ReadConnectionsCount { get; set; } = 1; - /// /// Gets the logger. /// -- cgit v1.2.3