Compare commits

..

2 Commits

2 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<groupId>net.lamgc</groupId> <groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi</artifactId> <artifactId>ContentGrabbingJi</artifactId>
<version>2.5.2-20200630.1-SNAPSHOT</version> <version>2.5.2-20200630.2-SNAPSHOT</version>
<licenses> <licenses>
<license> <license>

View File

@ -83,9 +83,7 @@ public final class CacheStoreCentral {
private final CacheStore<JsonElement> illustPreLoadDataCache = private final CacheStore<JsonElement> illustPreLoadDataCache =
CacheStoreUtils.hashLocalHotDataStore( CacheStoreUtils.hashLocalHotDataStore(
new JsonRedisCacheStore(BotGlobal.getGlobal().getRedisServer(), new JsonRedisCacheStore(BotGlobal.getGlobal().getRedisServer(),
"illustPreLoadData", BotGlobal.getGlobal().getGson()), "illustPreLoadData", BotGlobal.getGlobal().getGson()), 600000, 120000);
// 600000, 120000);
60000, 1);
/** /**
* 搜索内容缓存, 有效期 2 小时 * 搜索内容缓存, 有效期 2 小时
*/ */