From a0d09d2c836a21d9ed48785a69f63a5d45690556 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 13 Nov 2011 08:14:54 +0000 Subject: [PATCH] * use disk-persistent (2 days) cache for TheTVDB --- source/ehcache.xml | 16 ++++++++-------- .../sourceforge/filebot/web/TheTVDBClient.java | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/ehcache.xml b/source/ehcache.xml index 63f0c545..181ba126 100644 --- a/source/ehcache.xml +++ b/source/ehcache.xml @@ -118,17 +118,17 @@ memoryStoreEvictionPolicy="LRU" /> - - @@ -136,7 +136,7 @@ Very long-lived cache (one month!) anime/series list and episode information. --> mirrors = new EnumMap(MirrorType.class); - private final TheTVDBCache cache = new TheTVDBCache(CacheManager.getInstance().getCache("web")); + private final TheTVDBCache cache = new TheTVDBCache(CacheManager.getInstance().getCache("web-datasource")); public TheTVDBClient(String apikey) {