refactor: 移除不用的缓存配置项
This commit is contained in:
parent
d18a745e93
commit
843352d685
|
@ -220,13 +220,6 @@
|
|||
"SlidingExpiration": true,
|
||||
"Desc": "字典分类数据"
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
"Key": "NotificationHelper-RetrieveNotifications",
|
||||
"Interval": 600000,
|
||||
"SlidingExpiration": true,
|
||||
"Desc": "通知管理数据"
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
"Key": "ExceptionHelper-RetrieveExceptions",
|
||||
|
@ -247,27 +240,6 @@
|
|||
"Interval": 600000,
|
||||
"SlidingExpiration": true,
|
||||
"Desc": "所有任务数据"
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
"Key": "WebApi",
|
||||
"Interval": 21600000,
|
||||
"SlidingExpiration": true,
|
||||
"Desc": "WebApi 数据"
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
"Key": "Token",
|
||||
"Interval": 21600000,
|
||||
"SlidingExpiration": true,
|
||||
"Desc": "Token 数据"
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
"Key": "NotificationHelper-PullNotificationsInterval",
|
||||
"Interval": 10000,
|
||||
"SlidingExpiration": false,
|
||||
"Desc": "全局消息提示轮询时间间隔"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue