mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +00:00
[Clear] CacheStoreCentral 清理测试代码;
This commit is contained in:
parent
968a616595
commit
50a638e97d
@ -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 小时
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user