From 2aefacb233bae69ca4c549c10166caff4ddb2664 Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Fri, 18 Jan 2019 14:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E9=97=B4=E9=9A=94=E4=B8=BA3=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 +- src/main/resources/application-pro.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 48955a1e..3ac4fff1 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -66,7 +66,7 @@ scheduled: # 每日凌晨3:00 cminmsg 已处理数据转历史 cminmsgHisCron: 0 0 3 * * ? # 航班发送信息定时 - flightSendCron: "*/5 * * * * ?" + flightSendCron: "*/3 * * * * ?" #计入历史航班数据的条件 hstCondition: #航班到达超过多久则成为历史航班数据(单位:秒) diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index fece5068..53c7ca1e 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -66,7 +66,7 @@ scheduled: # 每日凌晨3:00 cminmsg 已处理数据转历史 cminmsgHisCron: 0 0 3 * * ? # 航班发送信息定时 - flightSendCron: "*/5 * * * * ?" + flightSendCron: "*/3 * * * * ?" #计入历史航班数据的条件 hstCondition: #航班到达超过多久则成为历史航班数据(单位:秒)