Merge pull request #11972 from Bond-009/numconns

Remove old connection count props
This commit is contained in:
Bond-009
2024-06-06 20:42:33 +02:00
committed by GitHub
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 />