diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-17 00:24:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-17 00:24:10 -0400 |
| commit | c8e4889ac72b4b6fa01ffd0ccf293363ca5ce744 (patch) | |
| tree | d5e9f5400fc6282aeb0061280e0cfd6d51456c78 /MediaBrowser.Server.Implementations/EntryPoints | |
| parent | 26aa47eefddf89a00ad64ab19af31b511142040d (diff) | |
add subtitle management page
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints')
| -rw-r--r-- | MediaBrowser.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs b/MediaBrowser.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs index 40eeea651..e6976c54b 100644 --- a/MediaBrowser.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs +++ b/MediaBrowser.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs @@ -44,7 +44,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints /// <summary> /// The library update duration /// </summary> - private const int LibraryUpdateDuration = 20000; + private const int LibraryUpdateDuration = 5000; public LibraryChangedNotifier(ILibraryManager libraryManager, ISessionManager sessionManager, IUserManager userManager, ILogger logger) { |
