mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
integrate development from v1
This commit is contained in:
@@ -157,6 +157,13 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// <value>The remaining time in minutes.</value>
|
||||
public int MaxAudiobookResume { get; set; } = 5;
|
||||
|
||||
/// <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. 0 to disable.</value>
|
||||
public int InactiveSessionThreshold { get; set; } = 10;
|
||||
|
||||
/// <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
|
||||
/// Some delay is necessary with some items because their creation is not atomic. It involves the creation of several
|
||||
|
||||
Reference in New Issue
Block a user