mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
Don't close inactive session on default (#11491)
This commit is contained in:
@@ -163,7 +163,7 @@ public class ServerConfiguration : BaseApplicationConfiguration
|
|||||||
/// If set to 0 the check for inactive sessions gets disabled.
|
/// If set to 0 the check for inactive sessions gets disabled.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The close inactive session threshold in minutes. 0 to disable.</value>
|
/// <value>The close inactive session threshold in minutes. 0 to disable.</value>
|
||||||
public int InactiveSessionThreshold { get; set; } = 10;
|
public int InactiveSessionThreshold { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 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
|
/// 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
|
||||||
|
|||||||
Reference in New Issue
Block a user