From 688a734895379c1bb452a4c5a292fbda85e7cc2e Mon Sep 17 00:00:00 2001 From: gnattu Date: Mon, 6 May 2024 09:21:44 +0800 Subject: [PATCH] Don't close inactive session on default (#11491) --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index fe92251e9b..52f7e53b81 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -163,7 +163,7 @@ public class ServerConfiguration : BaseApplicationConfiguration /// If set to 0 the check for inactive sessions gets disabled. /// /// The close inactive session threshold in minutes. 0 to disable. - public int InactiveSessionThreshold { get; set; } = 10; + public int InactiveSessionThreshold { get; set; } /// /// Gets or sets the delay in seconds that we will wait after a file system change to try and discover what has been added/removed