tv metadata fixes

This commit is contained in:
Luke Pulverenti
2013-10-10 12:55:07 -04:00
parent 5897b2555f
commit 15046e5703
7 changed files with 112 additions and 46 deletions

View File

@@ -22,7 +22,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
private readonly object _syncLock = new object();
private Timer UpdateTimer { get; set; }
private const int UpdateDuration = 2000;
private const int UpdateDuration = 500;
private readonly Dictionary<Guid, List<string>> _changedKeys = new Dictionary<Guid, List<string>>();