From 5aef3e0e064ffb5f7a84fff619652bbb2d16410d Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 20 Mar 2021 03:45:05 +0800 Subject: [PATCH] modify --- System/Process/CrontabProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Process/CrontabProcess.php b/System/Process/CrontabProcess.php index 4bd4c6d3..2afbc9c1 100644 --- a/System/Process/CrontabProcess.php +++ b/System/Process/CrontabProcess.php @@ -126,7 +126,7 @@ class CrontabProcess extends Process } else { $worker = Timer::after($content->getTickTime() * 1000, $runTicker); } - $content->setTimerId($worker); +// $content->setTimerId($worker); $this->names[$content->getName()] = $content; }