diff --git a/src/main/java/net/lamgc/cgj/bot/cache/CacheStoreCentral.java b/src/main/java/net/lamgc/cgj/bot/cache/CacheStoreCentral.java index 5c61f8a..22fe1b9 100644 --- a/src/main/java/net/lamgc/cgj/bot/cache/CacheStoreCentral.java +++ b/src/main/java/net/lamgc/cgj/bot/cache/CacheStoreCentral.java @@ -83,9 +83,7 @@ public final class CacheStoreCentral { private final CacheStore illustPreLoadDataCache = CacheStoreUtils.hashLocalHotDataStore( new JsonRedisCacheStore(BotGlobal.getGlobal().getRedisServer(), - "illustPreLoadData", BotGlobal.getGlobal().getGson()), - // 600000, 120000); - 60000, 1); + "illustPreLoadData", BotGlobal.getGlobal().getGson()), 600000, 120000); /** * 搜索内容缓存, 有效期 2 小时 */