Don't close inactive session on default (#11491)

pull/11496/head
gnattu 2 weeks ago committed by GitHub
parent 6bdc7928e8
commit 688a734895
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -163,7 +163,7 @@ public class ServerConfiguration : BaseApplicationConfiguration
/// If set to 0 the check for inactive sessions gets disabled.
/// </summary>
/// <value>The close inactive session threshold in minutes. 0 to disable.</value>
public int InactiveSessionThreshold { get; set; } = 10;
public int InactiveSessionThreshold { get; set; }
/// <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

Loading…
Cancel
Save