diff --git a/Bootstrap.Admin/appsettings.json b/Bootstrap.Admin/appsettings.json index 9f85a982..d23cca70 100644 --- a/Bootstrap.Admin/appsettings.json +++ b/Bootstrap.Admin/appsettings.json @@ -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": "全局消息提示轮询时间间隔" } ] }