Merge pull request #9894 from fhriley/fix_hardcoded_timer

This commit is contained in:
Bond-009
2023-06-20 18:23:47 +02:00
committed by GitHub
2 changed files with 17 additions and 12 deletions

View File

@@ -165,6 +165,12 @@ namespace MediaBrowser.Model.Configuration
/// <value>The file watcher delay.</value>
public int LibraryMonitorDelay { get; set; } = 60;
/// <summary>
/// Gets or sets the duration in seconds that we will wait after a library updated event before executing the library changed notification.
/// </summary>
/// <value>The library update duration.</value>
public int LibraryUpdateDuration { get; set; } = 30;
/// <summary>
/// Gets or sets the image saving convention.
/// </summary>