extracted an item refresh service

This commit is contained in:
Luke Pulverenti
2013-06-27 15:29:58 -04:00
parent e8696f54d0
commit 3b2b9c59b2
14 changed files with 102 additions and 64 deletions

View File

@@ -87,7 +87,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
{
var handler = new WebRequestHandler
{
CachePolicy = new RequestCachePolicy(RequestCacheLevel.BypassCache),
CachePolicy = new RequestCachePolicy(RequestCacheLevel.Revalidate),
AutomaticDecompression = enableHttpCompression ? DecompressionMethods.Deflate : DecompressionMethods.None
};