Remove old connection count props

Not used with the new SQLite lib
This commit is contained in:
Bond_009
2024-06-05 11:58:21 +02:00
parent dc4271505b
commit 953bd5f210
2 changed files with 0 additions and 12 deletions

View File

@@ -327,7 +327,6 @@ namespace Emby.Server.Implementations.Data
DbFilePath = Path.Combine(_config.ApplicationPaths.DataPath, "library.db");
CacheSize = configuration.GetSqliteCacheSize();
ReadConnectionsCount = Environment.ProcessorCount * 2;
}
/// <inheritdoc />