|
@@ -31,17 +31,6 @@ namespace Emby.Server.Implementations.Data
|
|
|
/// </summary>
|
|
|
protected string DbFilePath { get; set; }
|
|
|
|
|
|
- /// <summary>
|
|
|
- /// Gets or sets the number of write connections to create.
|
|
|
- /// </summary>
|
|
|
- /// <value>Path to the DB file.</value>
|
|
|
- protected int WriteConnectionsCount { get; set; } = 1;
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// Gets or sets the number of read connections to create.
|
|
|
- /// </summary>
|
|
|
- protected int ReadConnectionsCount { get; set; } = 1;
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// Gets the logger.
|
|
|
/// </summary>
|