From ace89e45976a65a365a3d9d7a2ed737a61d584d4 Mon Sep 17 00:00:00 2001
From: herby2212 <12448284+herby2212@users.noreply.github.com>
Date: Sun, 14 May 2023 15:05:03 +0200
Subject: fix formatting and update summary
---
MediaBrowser.Model/Configuration/ServerConfiguration.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
index f619f384c..40dcf50b7 100644
--- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs
+++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs
@@ -159,8 +159,9 @@ namespace MediaBrowser.Model.Configuration
///
/// 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.
///
- /// The close inactive session threshold in minutes.
+ /// The close inactive session threshold in minutes. 0 to disable.
public int InactiveSessionThreshold { get; set; } = 10;
///
--
cgit v1.2.3