fix: renewCertTask

This commit is contained in:
cubemaze
2023-07-28 07:06:45 +08:00
parent 89e15fc438
commit c14634d8e7
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ func (c *Controller) startTasks(node *panel.NodeInfo) {
default:
c.renewCertPeriodic = &task.Task{
Interval: time.Hour * 24,
Execute: c.reportUserTrafficTask,
Execute: c.renewCertTask,
}
log.WithField("tag", c.tag).Info("Start renew cert")
// delay to start renewCert