From 843352d68540d10e396ee05aa2fed2511e4d1955 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 2 May 2019 00:04:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E7=BC=93=E5=AD=98=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/appsettings.json | 28 ---------------------------- 1 file changed, 28 deletions(-) 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": "全局消息提示轮询时间间隔" } ] }