From a2dc5e090bac15ee2dd7c83281aa9fada1f74734 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 8 Sep 2014 21:15:31 -0400 Subject: update translations --- MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/Updates') diff --git a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs index fb0c9914f..b022dc671 100644 --- a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs +++ b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs @@ -193,7 +193,7 @@ namespace MediaBrowser.Common.Implementations.Updates cacheLength = TimeSpan.FromMinutes(3); break; default: - cacheLength = TimeSpan.FromHours(6); + cacheLength = TimeSpan.FromHours(3); break; } -- cgit v1.2.3