echel0n
9ac649444d
Added cache_auto, cache_urls, and cache_max_age features to our cache handler.
...
Added session handler to our cache handler so that we can pass in paramaters at the request level and use them for our cache handler to process features.
2014-03-28 21:23:55 -07:00
echel0n
1bb9413b19
Move some code around in our cache handler for better parsing and accuracy of caching
2014-03-27 17:12:44 -07:00
echel0n
3db51ef268
Fixed typo in TVDB Api code
...
Updated cache handler code
2014-03-27 15:39:54 -07:00
echel0n
6a1ccef8d9
Replaced cache handler with a modified version of our own, gives quicker Indexer API responses to our requests
2014-03-27 14:06:03 -07:00
echel0n
ce193ffcdb
Replaced our cache handler 'CacheControl' with 'httpcache' as we found the previous was not stable enough and was causing more issues then good.
...
Added cache handler to sickbeard it self so now everything should be running faster for searches and rss feeds.
2014-03-16 04:06:21 -07:00
echel0n
437b46f907
CacheHandler checks cached response to be OK before returning to requests HTTP handler now.
2014-03-15 23:47:36 -07:00
echel0n
40c69d6a0f
Updated cacheHandler to allow us to force cache and set a max-age on the cached content, vastly improved performance with indexers.
2014-03-14 15:35:05 -07:00
echel0n
05410e2aa0
Switched TVDB/TVRage CacheHandlers to CacheControl.
...
Replaced urllib2 with requests for both TVDB and TVRage.
Updated cache cleanup code to process both TVDB and TVRage cache folders.
2014-03-14 10:15:39 -07:00