[Clear] CacheStoreCentral 清理测试代码;

This commit is contained in:
LamGC 2020-06-30 08:01:08 +08:00
parent 968a616595
commit 50a638e97d
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

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 小时
*/