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/SqliteItemRepository.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Emby.Server.Implementations/Data/SqliteItemRepository.cs') diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs index a09988fee..a4c6b2d31 100644 --- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs @@ -327,7 +327,6 @@ namespace Emby.Server.Implementations.Data DbFilePath = Path.Combine(_config.ApplicationPaths.DataPath, "library.db"); CacheSize = configuration.GetSqliteCacheSize(); - ReadConnectionsCount = Environment.ProcessorCount * 2; } /// -- cgit v1.2.3