fix formatting and update summary

This commit is contained in:
herby2212
2023-05-14 15:05:03 +02:00
parent e1190d15d6
commit ace89e4597
2 changed files with 7 additions and 5 deletions

View File

@@ -159,8 +159,9 @@ namespace MediaBrowser.Model.Configuration
/// <summary>
/// Gets or sets the threshold in minutes after a inactive session gets closed automatically.
/// If set to 0 the check for inactive sessions gets disabled.
/// </summary>
/// <value>The close inactive session threshold in minutes.</value>
/// <value>The close inactive session threshold in minutes. 0 to disable.</value>
public int InactiveSessionThreshold { get; set; } = 10;
/// <summary>