Compare commits

...

2 Commits

2 changed files with 2 additions and 4 deletions

View File

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

View File

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