From 2555ded7d074581eb45fbf96676d5d7111152b7b Mon Sep 17 00:00:00 2001 From: beet <63141491+beetcb@users.noreply.github.com> Date: Tue, 9 Mar 2021 11:05:37 +0800 Subject: [PATCH] feat(trigger): reaching the top of the ranking --- cloudbaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbaserc.json b/cloudbaserc.json index 0741b18..9e6726b 100644 --- a/cloudbaserc.json +++ b/cloudbaserc.json @@ -21,7 +21,7 @@ { "name": "autosign-cron", "type": "timer", - "config": "0 0 5,11,16 * * * *" + "config": "0 0,59 4,5,10,11,15,16 * * * *" } ] }