mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
fixes #1410 - Entire server locks up, when files are locked during.. things..
This commit is contained in:
@@ -146,7 +146,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// different directories and files.
|
||||
/// </summary>
|
||||
/// <value>The file watcher delay.</value>
|
||||
public int RealtimeLibraryMonitorDelay { get; set; }
|
||||
public int LibraryMonitorDelay { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable dashboard response caching].
|
||||
@@ -238,7 +238,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
MinResumeDurationSeconds = 300;
|
||||
|
||||
EnableLibraryMonitor = AutoOnOff.Auto;
|
||||
RealtimeLibraryMonitorDelay = 40;
|
||||
LibraryMonitorDelay = 60;
|
||||
|
||||
EnableInternetProviders = true;
|
||||
FindInternetTrailers = true;
|
||||
|
||||
Reference in New Issue
Block a user