aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-10 12:55:07 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-10 12:55:07 -0400
commit15046e5703dac844e536adf2b6da4f1fc4d74a22 (patch)
tree8f5605943c6d39130e10ffe2811fdff75baf3b1f /MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs
parent5897b2555fdf5826879c0f3b8660667c5079e2bd (diff)
tv metadata fixes
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs b/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs
index fc35e040d..c3766b9fe 100644
--- a/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs
+++ b/MediaBrowser.Server.Implementations/EntryPoints/UserDataChangeNotifier.cs
@@ -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>>();