From 2150607040279f323c3db1f159b4fa43462fcb4f Mon Sep 17 00:00:00 2001 From: zhangjianjun_code <7844966+zhangjianjun_code@user.noreply.gitee.com> Date: Wed, 20 Jan 2021 15:43:01 +0800 Subject: [PATCH] Handling of manually submitted emergency cve, timing task time setting error --- conf/product_app.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/product_app.conf b/conf/product_app.conf index 093981c..200677a 100644 --- a/conf/product_app.conf +++ b/conf/product_app.conf @@ -49,13 +49,13 @@ maxsize=204800 ymalflag = 1 getymal = 0 0 1 * * 1 cveflag = 1 -getcve = 0 30 15 * * * +getcve = 0 55 15 * * * oricveflag = 1 oricvecheck = 0 0 2 * * * getissueflag = 1 getissue = 0 20 1 * * * issueflag = 1 -createissue = 0 50 15 * * * +createissue = 0 0 16 * * * test = 0/10 * * * * * gittokenflag = 2 issueoath = * * */20 * * * -- Gitee